Shades of Puerto Rico #4ECBAA
Tints of Puerto Rico #4ECBAA
RGB
CMYK
RGB Variations
Color information
#4ECBAA (or 0x4ECBAA) is known color: Puerto Rico. HEX triplet: 4E, CB and AA. RGB value is (78,203,170). Sum of RGB (Red+Green+Blue) = 78+203+170=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECBAA is #B13455. Grayscale: #A1A1A1. Windows color (decimal): -11613270 or 11193166. OLE color: 11193166.
HSL color Cylindrical-coordinate representation of color #4ECBAA: hue angle of 164.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECBAA is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 170 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.20 |
| HSL | 164.16º | 0.55% | 0.55% | - |
| HSV(B) | 164.16º | 0.62% | 0.8% | - |
| XYZ | 31.75 | 47.23 | 45.47 | - |
| YUV | 161.86 | 132.59 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 170 | 0.62 | 0 | 0.16 | 0.20 | 164.16 | 0.55 | 0.55 |
| Hex | 4E | CB | AA | 3E | 0 | 10 | 14 | A4 | 37 | 37 |
| Octal | 116 | 313 | 252 | 76 | 0 | 20 | 24 | 244 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10101010 | 111110 | 0 | 10000 | 10100 | 10100100 | 110111 | 110111 |
Color Harmonies of #4ECBAA
Complementary color
Monochromatic Colors of #4ECBAA
Black with #4ECBAA
Text Example
Text Example
White with #4ECBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBAA; }
p { color: rgb(78,203,170); }
H1.HeaderClassName
{
color: #4ECBAA;
}
.AnyTagClassName
{
color: #4ECBAA;
}
</style>
background-color css
<style>
a { background-color: #4ECBAA; }
a { background-color: rgb(78,203,170); }
div.DivClassName
{
background-color: #4ECBAA;
}
.BgClassName
{
background-color: #4ECBAA;
}
</style>
border-color css
<style>
span { border-color: #4ECBAA; }
span { border-color: rgb(78,203,170); }
td.TdClassName
{
border-color: #4ECBAA;
}
.TagClassName
{
border-color: #4ECBAA;
}
</style>