#49CDA8

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

Shades of Puerto Rico #49CDA8

Tints of Puerto Rico #49CDA8

Color information

#49CDA8 (or 0x49CDA8) is unknown color: approx Puerto Rico. HEX triplet: 49, CD and A8. RGB value is (73,205,168). Sum of RGB (Red+Green+Blue) = 73+205+168=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDA8 is #B63257. Grayscale: #A1A1A1. Windows color (decimal): -11940440 or 11062601. OLE color: 11062601.

HSL color Cylindrical-coordinate representation of color #49CDA8: hue angle of 163.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDA8 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB73205168-
CMYK0.6400.180.20
HSL163.18º56.9%54.51%-
HSV(B)163.18º64.39%80.39%-
XYZ31.6547.9144.62-
YUV161.31131.7765.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.37%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 168 (66.02% from 255) = 37.67%
R=16.37%
G=45.96%
B=37.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051680.6400.180.20163.1856.954.51
Hex49CDA84001214a33937
Octal111315250100022242437167
Binary1001001110011011010100010000000100101010010100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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