Shades of Puerto Rico #4ECCB0
Tints of Puerto Rico #4ECCB0
RGB
CMYK
RGB Variations
Color information
#4ECCB0 (or 0x4ECCB0) is known color: Puerto Rico. HEX triplet: 4E, CC and B0. RGB value is (78,204,176). Sum of RGB (Red+Green+Blue) = 78+204+176=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECCB0 is #B1334F. Grayscale: #A3A3A3. Windows color (decimal): -11613008 or 11586638. OLE color: 11586638.
HSL color Cylindrical-coordinate representation of color #4ECCB0: hue angle of 166.67º 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 #4ECCB0 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 176 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.2 |
| HSL | 166.67º | 0.55% | 0.55% | - |
| HSV(B) | 166.67º | 0.62% | 0.8% | - |
| XYZ | 32.57 | 47.94 | 48.61 | - |
| YUV | 163.13 | 135.26 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 176 | 0.62 | 0 | 0.14 | 0.2 | 166.67 | 0.55 | 0.55 |
| Hex | 4E | CC | B0 | 3E | 0 | E | 14 | A7 | 37 | 37 |
| Octal | 116 | 314 | 260 | 76 | 0 | 16 | 24 | 247 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10110000 | 111110 | 0 | 1110 | 10100 | 10100111 | 110111 | 110111 |
Color Harmonies of #4ECCB0
Complementary color
Monochromatic Colors of #4ECCB0
Black with #4ECCB0
Text Example
Text Example
White with #4ECCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCB0; }
p { color: rgb(78,204,176); }
H1.HeaderClassName
{
color: #4ECCB0;
}
.AnyTagClassName
{
color: #4ECCB0;
}
</style>
background-color css
<style>
a { background-color: #4ECCB0; }
a { background-color: rgb(78,204,176); }
div.DivClassName
{
background-color: #4ECCB0;
}
.BgClassName
{
background-color: #4ECCB0;
}
</style>
border-color css
<style>
span { border-color: #4ECCB0; }
span { border-color: rgb(78,204,176); }
td.TdClassName
{
border-color: #4ECCB0;
}
.TagClassName
{
border-color: #4ECCB0;
}
</style>