#49C2A8

Color #49C2A8 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #49C2A8

Tints of Puerto Rico #49C2A8

Color information

#49C2A8 (or 0x49C2A8) is unknown color: approx Puerto Rico. HEX triplet: 49, C2 and A8. RGB value is (73,194,168). Sum of RGB (Red+Green+Blue) = 73+194+168=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #49C2A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C2A8 is #B63D57. Grayscale: #9A9A9A. Windows color (decimal): -11943256 or 11059785. OLE color: 11059785.

HSL color Cylindrical-coordinate representation of color #49C2A8: hue angle of 167.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C2A8 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB73194168-
CMYK0.6200.130.24
HSL167.11º49.79%52.35%-
HSV(B)167.11º62.37%76.08%-
XYZ29.1142.8343.78-
YUV154.86135.4169.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 16.78%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 168 (66.02% from 255) = 38.62%
R=16.78%
G=44.60%
B=38.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941680.6200.130.24167.1149.7952.35
Hex49C2A83E0D18a73234
Octal11130225076015302476264
Binary10010011100001010101000111110011011100010100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C2A8; }

 p { color: rgb(73,194,168); }

 H1.HeaderClassName
 {
   color: #49C2A8;
 }
 .AnyTagClassName
 {
   color: #49C2A8;
 }
</style>
background-color css

<style>
 a { background-color: #49C2A8; }

 a { background-color: rgb(73,194,168); }

 div.DivClassName
 {
   background-color: #49C2A8;
 }
 .BgClassName
 {
   background-color: #49C2A8;
 }
</style>
border-color css

<style>
 span { border-color: #49C2A8; }

 span { border-color: rgb(73,194,168); }

 td.TdClassName
 {
   border-color: #49C2A8;
 }
 .TagClassName
 {
   border-color: #49C2A8;
 }
</style>