#49CEAD

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

Shades of Puerto Rico #49CEAD

Tints of Puerto Rico #49CEAD

Color information

#49CEAD (or 0x49CEAD) is unknown color: approx Puerto Rico. HEX triplet: 49, CE and AD. RGB value is (73,206,173). Sum of RGB (Red+Green+Blue) = 73+206+173=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEAD is #B63152. Grayscale: #A2A2A2. Windows color (decimal): -11940179 or 11390537. OLE color: 11390537.

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

Color convert

RGB73206173-
CMYK0.6500.160.19
HSL165.11º57.58%54.71%-
HSV(B)165.11º64.56%80.78%-
XYZ32.3648.5847.21-
YUV162.47133.9464.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.15%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=16.15%
G=45.58%
B=38.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal732061730.6500.160.19165.1157.5854.71
Hex49CEAD4101013a53a37
Octal111316255101020232457267
Binary1001001110011101010110110000010100001001110100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,206,173); }

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

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

 a { background-color: rgb(73,206,173); }

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

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

 span { border-color: rgb(73,206,173); }

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