Shades of Puerto Rico #4EBAAB
Tints of Puerto Rico #4EBAAB
RGB
CMYK
RGB Variations
Color information
#4EBAAB (or 0x4EBAAB) is known color: Puerto Rico. HEX triplet: 4E, BA and AB. RGB value is (78,186,171). Sum of RGB (Red+Green+Blue) = 78+186+171=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAAB is #B14554. Grayscale: #979797. Windows color (decimal): -11617621 or 11254350. OLE color: 11254350.
HSL color Cylindrical-coordinate representation of color #4EBAAB: hue angle of 171.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBAAB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 171 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.27 |
| HSL | 171.67º | 0.44% | 0.52% | - |
| HSV(B) | 171.67º | 0.58% | 0.73% | - |
| XYZ | 28.05 | 39.68 | 44.71 | - |
| YUV | 152 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 171 | 0.58 | 0 | 0.08 | 0.27 | 171.67 | 0.44 | 0.52 |
| Hex | 4E | BA | AB | 3A | 0 | 8 | 1B | AC | 2C | 34 |
| Octal | 116 | 272 | 253 | 72 | 0 | 10 | 33 | 254 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10101011 | 111010 | 0 | 1000 | 11011 | 10101100 | 101100 | 110100 |
Color Harmonies of #4EBAAB
Complementary color
Monochromatic Colors of #4EBAAB
Black with #4EBAAB
Text Example
Text Example
White with #4EBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAAB; }
p { color: rgb(78,186,171); }
H1.HeaderClassName
{
color: #4EBAAB;
}
.AnyTagClassName
{
color: #4EBAAB;
}
</style>
background-color css
<style>
a { background-color: #4EBAAB; }
a { background-color: rgb(78,186,171); }
div.DivClassName
{
background-color: #4EBAAB;
}
.BgClassName
{
background-color: #4EBAAB;
}
</style>
border-color css
<style>
span { border-color: #4EBAAB; }
span { border-color: rgb(78,186,171); }
td.TdClassName
{
border-color: #4EBAAB;
}
.TagClassName
{
border-color: #4EBAAB;
}
</style>