Shades of Puerto Rico #4ECAAB
Tints of Puerto Rico #4ECAAB
RGB
CMYK
RGB Variations
Color information
#4ECAAB (or 0x4ECAAB) is known color: Puerto Rico. HEX triplet: 4E, CA and AB. RGB value is (78,202,171). Sum of RGB (Red+Green+Blue) = 78+202+171=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECAAB is #B13554. Grayscale: #A1A1A1. Windows color (decimal): -11613525 or 11258446. OLE color: 11258446.
HSL color Cylindrical-coordinate representation of color #4ECAAB: hue angle of 165º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ECAAB is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 171 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.21 |
| HSL | 165º | 0.54% | 0.55% | - |
| HSV(B) | 165º | 0.61% | 0.79% | - |
| XYZ | 31.61 | 46.8 | 45.9 | - |
| YUV | 161.39 | 133.42 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 171 | 0.61 | 0 | 0.15 | 0.21 | 165 | 0.54 | 0.55 |
| Hex | 4E | CA | AB | 3D | 0 | F | 15 | A5 | 36 | 37 |
| Octal | 116 | 312 | 253 | 75 | 0 | 17 | 25 | 245 | 66 | 67 |
| Binary | 1001110 | 11001010 | 10101011 | 111101 | 0 | 1111 | 10101 | 10100101 | 110110 | 110111 |
Color Harmonies of #4ECAAB
Complementary color
Monochromatic Colors of #4ECAAB
Black with #4ECAAB
Text Example
Text Example
White with #4ECAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECAAB; }
p { color: rgb(78,202,171); }
H1.HeaderClassName
{
color: #4ECAAB;
}
.AnyTagClassName
{
color: #4ECAAB;
}
</style>
background-color css
<style>
a { background-color: #4ECAAB; }
a { background-color: rgb(78,202,171); }
div.DivClassName
{
background-color: #4ECAAB;
}
.BgClassName
{
background-color: #4ECAAB;
}
</style>
border-color css
<style>
span { border-color: #4ECAAB; }
span { border-color: rgb(78,202,171); }
td.TdClassName
{
border-color: #4ECAAB;
}
.TagClassName
{
border-color: #4ECAAB;
}
</style>