Shades of Puerto Rico #4EBCB2
Tints of Puerto Rico #4EBCB2
RGB
CMYK
RGB Variations
Color information
#4EBCB2 (or 0x4EBCB2) is known color: Puerto Rico. HEX triplet: 4E, BC and B2. RGB value is (78,188,178). Sum of RGB (Red+Green+Blue) = 78+188+178=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBCB2 is #B1434D. Grayscale: #999999. Windows color (decimal): -11617102 or 11713614. OLE color: 11713614.
HSL color Cylindrical-coordinate representation of color #4EBCB2: hue angle of 174.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBCB2 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 178 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.26 |
| HSL | 174.55º | 0.45% | 0.52% | - |
| HSV(B) | 174.55º | 0.59% | 0.74% | - |
| XYZ | 29.16 | 40.8 | 48.46 | - |
| YUV | 153.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 178 | 0.59 | 0 | 0.05 | 0.26 | 174.55 | 0.45 | 0.52 |
| Hex | 4E | BC | B2 | 3B | 0 | 5 | 1A | AF | 2D | 34 |
| Octal | 116 | 274 | 262 | 73 | 0 | 5 | 32 | 257 | 55 | 64 |
| Binary | 1001110 | 10111100 | 10110010 | 111011 | 0 | 101 | 11010 | 10101111 | 101101 | 110100 |
Color Harmonies of #4EBCB2
Complementary color
Monochromatic Colors of #4EBCB2
Black with #4EBCB2
Text Example
Text Example
White with #4EBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCB2; }
p { color: rgb(78,188,178); }
H1.HeaderClassName
{
color: #4EBCB2;
}
.AnyTagClassName
{
color: #4EBCB2;
}
</style>
background-color css
<style>
a { background-color: #4EBCB2; }
a { background-color: rgb(78,188,178); }
div.DivClassName
{
background-color: #4EBCB2;
}
.BgClassName
{
background-color: #4EBCB2;
}
</style>
border-color css
<style>
span { border-color: #4EBCB2; }
span { border-color: rgb(78,188,178); }
td.TdClassName
{
border-color: #4EBCB2;
}
.TagClassName
{
border-color: #4EBCB2;
}
</style>