Shades of Puerto Rico #4ECBAD
Tints of Puerto Rico #4ECBAD
RGB
CMYK
RGB Variations
Color information
#4ECBAD (or 0x4ECBAD) is known color: Puerto Rico. HEX triplet: 4E, CB and AD. RGB value is (78,203,173). Sum of RGB (Red+Green+Blue) = 78+203+173=454 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.18% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECBAD is #B13452. Grayscale: #A2A2A2. Windows color (decimal): -11613267 or 11389774. OLE color: 11389774.
HSL color Cylindrical-coordinate representation of color #4ECBAD: hue angle of 165.6º 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 #4ECBAD is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 173 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.20 |
| HSL | 165.6º | 0.55% | 0.55% | - |
| HSV(B) | 165.6º | 0.62% | 0.8% | - |
| XYZ | 32.04 | 47.35 | 46.99 | - |
| YUV | 162.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 173 | 0.62 | 0 | 0.15 | 0.20 | 165.6 | 0.55 | 0.55 |
| Hex | 4E | CB | AD | 3E | 0 | F | 14 | A6 | 37 | 37 |
| Octal | 116 | 313 | 255 | 76 | 0 | 17 | 24 | 246 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10101101 | 111110 | 0 | 1111 | 10100 | 10100110 | 110111 | 110111 |
Color Harmonies of #4ECBAD
Complementary color
Monochromatic Colors of #4ECBAD
Black with #4ECBAD
Text Example
Text Example
White with #4ECBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBAD; }
p { color: rgb(78,203,173); }
H1.HeaderClassName
{
color: #4ECBAD;
}
.AnyTagClassName
{
color: #4ECBAD;
}
</style>
background-color css
<style>
a { background-color: #4ECBAD; }
a { background-color: rgb(78,203,173); }
div.DivClassName
{
background-color: #4ECBAD;
}
.BgClassName
{
background-color: #4ECBAD;
}
</style>
border-color css
<style>
span { border-color: #4ECBAD; }
span { border-color: rgb(78,203,173); }
td.TdClassName
{
border-color: #4ECBAD;
}
.TagClassName
{
border-color: #4ECBAD;
}
</style>