#49C0AB

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

Shades of Puerto Rico #49C0AB

Tints of Puerto Rico #49C0AB

Color information

#49C0AB (or 0x49C0AB) is unknown color: approx Puerto Rico. HEX triplet: 49, C0 and AB. RGB value is (73,192,171). Sum of RGB (Red+Green+Blue) = 73+192+171=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #49C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C0AB is #B63F54. Grayscale: #999999. Windows color (decimal): -11943765 or 11255881. OLE color: 11255881.

HSL color Cylindrical-coordinate representation of color #49C0AB: hue angle of 169.41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0AB is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB73192171-
CMYK0.6200.110.25
HSL169.41º48.57%51.96%-
HSV(B)169.41º61.98%75.29%-
XYZ28.9542.0645.12-
YUV154.02137.5870.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.74%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=16.74%
G=44.04%
B=39.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731921710.6200.110.25169.4148.5751.96
Hex49C0AB3E0B19a93134
Octal11130025376013312516164
Binary10010011100000010101011111110010111100110101001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,171); }

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

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

 a { background-color: rgb(73,192,171); }

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

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

 span { border-color: rgb(73,192,171); }

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