Shades of Puerto Rico #4EBDB4
Tints of Puerto Rico #4EBDB4
RGB
CMYK
RGB Variations
Color information
#4EBDB4 (or 0x4EBDB4) is known color: Puerto Rico. HEX triplet: 4E, BD and B4. RGB value is (78,189,180). Sum of RGB (Red+Green+Blue) = 78+189+180=447 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.45% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDB4 is #B1424B. Grayscale: #9A9A9A. Windows color (decimal): -11616844 or 11844942. OLE color: 11844942.
HSL color Cylindrical-coordinate representation of color #4EBDB4: hue angle of 175.14º 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 #4EBDB4 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 180 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.26 |
| HSL | 175.14º | 0.46% | 0.52% | - |
| HSV(B) | 175.14º | 0.59% | 0.74% | - |
| XYZ | 29.58 | 41.31 | 49.59 | - |
| YUV | 154.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 180 | 0.59 | 0 | 0.05 | 0.26 | 175.14 | 0.46 | 0.52 |
| Hex | 4E | BD | B4 | 3B | 0 | 5 | 1A | AF | 2E | 34 |
| Octal | 116 | 275 | 264 | 73 | 0 | 5 | 32 | 257 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10110100 | 111011 | 0 | 101 | 11010 | 10101111 | 101110 | 110100 |
Color Harmonies of #4EBDB4
Complementary color
Monochromatic Colors of #4EBDB4
Black with #4EBDB4
Text Example
Text Example
White with #4EBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDB4; }
p { color: rgb(78,189,180); }
H1.HeaderClassName
{
color: #4EBDB4;
}
.AnyTagClassName
{
color: #4EBDB4;
}
</style>
background-color css
<style>
a { background-color: #4EBDB4; }
a { background-color: rgb(78,189,180); }
div.DivClassName
{
background-color: #4EBDB4;
}
.BgClassName
{
background-color: #4EBDB4;
}
</style>
border-color css
<style>
span { border-color: #4EBDB4; }
span { border-color: rgb(78,189,180); }
td.TdClassName
{
border-color: #4EBDB4;
}
.TagClassName
{
border-color: #4EBDB4;
}
</style>