#49D0AE

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

Shades of Puerto Rico #49D0AE

Tints of Puerto Rico #49D0AE

Color information

#49D0AE (or 0x49D0AE) is unknown color: approx Puerto Rico. HEX triplet: 49, D0 and AE. RGB value is (73,208,174). Sum of RGB (Red+Green+Blue) = 73+208+174=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #49D0AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D0AE is #B62F51. Grayscale: #A3A3A3. Windows color (decimal): -11939666 or 11456585. OLE color: 11456585.

HSL color Cylindrical-coordinate representation of color #49D0AE: hue angle of 164.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D0AE is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB73208174-
CMYK0.6500.160.18
HSL164.89º58.95%55.1%-
HSV(B)164.89º64.9%81.57%-
XYZ32.9449.5847.88-
YUV163.76133.7763.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.04%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=16.04%
G=45.71%
B=38.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal732081740.6500.160.18164.8958.9555.1
Hex49D0AE4101012a53b37
Octal111320256101020222457367
Binary1001001110100001010111010000010100001001010100101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,208,174); }

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

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

 a { background-color: rgb(73,208,174); }

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

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

 span { border-color: rgb(73,208,174); }

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