Shades of Puerto Rico #4DCAA8
Tints of Puerto Rico #4DCAA8
RGB
CMYK
RGB Variations
Color information
#4DCAA8 (or 0x4DCAA8) is known color: Puerto Rico. HEX triplet: 4D, CA and A8. RGB value is (77,202,168). Sum of RGB (Red+Green+Blue) = 77+202+168=447 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.23% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCAA8 is #B23557. Grayscale: #A0A0A0. Windows color (decimal): -11679064 or 11061837. OLE color: 11061837.
HSL color Cylindrical-coordinate representation of color #4DCAA8: hue angle of 163.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCAA8 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 202 | 168 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.21 |
| HSL | 163.68º | 0.54% | 0.55% | - |
| HSV(B) | 163.68º | 0.62% | 0.79% | - |
| XYZ | 31.25 | 46.65 | 44.4 | - |
| YUV | 160.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 168 | 0.62 | 0 | 0.17 | 0.21 | 163.68 | 0.54 | 0.55 |
| Hex | 4D | CA | A8 | 3E | 0 | 11 | 15 | A4 | 36 | 37 |
| Octal | 115 | 312 | 250 | 76 | 0 | 21 | 25 | 244 | 66 | 67 |
| Binary | 1001101 | 11001010 | 10101000 | 111110 | 0 | 10001 | 10101 | 10100100 | 110110 | 110111 |
Color Harmonies of #4DCAA8
Complementary color
Monochromatic Colors of #4DCAA8
Black with #4DCAA8
Text Example
Text Example
White with #4DCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAA8; }
p { color: rgb(77,202,168); }
H1.HeaderClassName
{
color: #4DCAA8;
}
.AnyTagClassName
{
color: #4DCAA8;
}
</style>
background-color css
<style>
a { background-color: #4DCAA8; }
a { background-color: rgb(77,202,168); }
div.DivClassName
{
background-color: #4DCAA8;
}
.BgClassName
{
background-color: #4DCAA8;
}
</style>
border-color css
<style>
span { border-color: #4DCAA8; }
span { border-color: rgb(77,202,168); }
td.TdClassName
{
border-color: #4DCAA8;
}
.TagClassName
{
border-color: #4DCAA8;
}
</style>