Shades of Puerto Rico #4EBDB0
Tints of Puerto Rico #4EBDB0
RGB
CMYK
RGB Variations
Color information
#4EBDB0 (or 0x4EBDB0) is known color: Puerto Rico. HEX triplet: 4E, BD and B0. RGB value is (78,189,176). Sum of RGB (Red+Green+Blue) = 78+189+176=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBDB0 is #B1424F. Grayscale: #9A9A9A. Windows color (decimal): -11616848 or 11582798. OLE color: 11582798.
HSL color Cylindrical-coordinate representation of color #4EBDB0: hue angle of 172.97º 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 #4EBDB0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 176 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.26 |
| HSL | 172.97º | 0.46% | 0.52% | - |
| HSV(B) | 172.97º | 0.59% | 0.74% | - |
| XYZ | 29.18 | 41.15 | 47.48 | - |
| YUV | 154.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 176 | 0.59 | 0 | 0.07 | 0.26 | 172.97 | 0.46 | 0.52 |
| Hex | 4E | BD | B0 | 3B | 0 | 7 | 1A | AD | 2E | 34 |
| Octal | 116 | 275 | 260 | 73 | 0 | 7 | 32 | 255 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10110000 | 111011 | 0 | 111 | 11010 | 10101101 | 101110 | 110100 |
Color Harmonies of #4EBDB0
Complementary color
Monochromatic Colors of #4EBDB0
Black with #4EBDB0
Text Example
Text Example
White with #4EBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDB0; }
p { color: rgb(78,189,176); }
H1.HeaderClassName
{
color: #4EBDB0;
}
.AnyTagClassName
{
color: #4EBDB0;
}
</style>
background-color css
<style>
a { background-color: #4EBDB0; }
a { background-color: rgb(78,189,176); }
div.DivClassName
{
background-color: #4EBDB0;
}
.BgClassName
{
background-color: #4EBDB0;
}
</style>
border-color css
<style>
span { border-color: #4EBDB0; }
span { border-color: rgb(78,189,176); }
td.TdClassName
{
border-color: #4EBDB0;
}
.TagClassName
{
border-color: #4EBDB0;
}
</style>