Shades of Puerto Rico #4EBDB6
Tints of Puerto Rico #4EBDB6
RGB
CMYK
RGB Variations
Color information
#4EBDB6 (or 0x4EBDB6) is known color: Puerto Rico. HEX triplet: 4E, BD and B6. RGB value is (78,189,182). Sum of RGB (Red+Green+Blue) = 78+189+182=449 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.37% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDB6 is #B14249. Grayscale: #9A9A9A. Windows color (decimal): -11616842 or 11976014. OLE color: 11976014.
HSL color Cylindrical-coordinate representation of color #4EBDB6: hue angle of 176.22º degrees, saturation: 0.46, 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 #4EBDB6 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 182 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.26 |
| HSL | 176.22º | 0.46% | 0.52% | - |
| HSV(B) | 176.22º | 0.59% | 0.74% | - |
| XYZ | 29.78 | 41.39 | 50.68 | - |
| YUV | 155.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 182 | 0.59 | 0 | 0.04 | 0.26 | 176.22 | 0.46 | 0.52 |
| Hex | 4E | BD | B6 | 3B | 0 | 4 | 1A | B0 | 2E | 34 |
| Octal | 116 | 275 | 266 | 73 | 0 | 4 | 32 | 260 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10110110 | 111011 | 0 | 100 | 11010 | 10110000 | 101110 | 110100 |
Color Harmonies of #4EBDB6
Complementary color
Monochromatic Colors of #4EBDB6
Black with #4EBDB6
Text Example
Text Example
White with #4EBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDB6; }
p { color: rgb(78,189,182); }
H1.HeaderClassName
{
color: #4EBDB6;
}
.AnyTagClassName
{
color: #4EBDB6;
}
</style>
background-color css
<style>
a { background-color: #4EBDB6; }
a { background-color: rgb(78,189,182); }
div.DivClassName
{
background-color: #4EBDB6;
}
.BgClassName
{
background-color: #4EBDB6;
}
</style>
border-color css
<style>
span { border-color: #4EBDB6; }
span { border-color: rgb(78,189,182); }
td.TdClassName
{
border-color: #4EBDB6;
}
.TagClassName
{
border-color: #4EBDB6;
}
</style>