Shades of Puerto Rico #4EBAA5
Tints of Puerto Rico #4EBAA5
RGB
CMYK
RGB Variations
Color information
#4EBAA5 (or 0x4EBAA5) is known color: Puerto Rico. HEX triplet: 4E, BA and A5. RGB value is (78,186,165). Sum of RGB (Red+Green+Blue) = 78+186+165=429 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.18% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBAA5 is #B1455A. Grayscale: #979797. Windows color (decimal): -11617627 or 10861134. OLE color: 10861134.
HSL color Cylindrical-coordinate representation of color #4EBAA5: hue angle of 168.33º 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 #4EBAA5 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 165 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.27 |
| HSL | 168.33º | 0.44% | 0.52% | - |
| HSV(B) | 168.33º | 0.58% | 0.73% | - |
| XYZ | 27.49 | 39.45 | 41.76 | - |
| YUV | 151.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 165 | 0.58 | 0 | 0.11 | 0.27 | 168.33 | 0.44 | 0.52 |
| Hex | 4E | BA | A5 | 3A | 0 | B | 1B | A8 | 2C | 34 |
| Octal | 116 | 272 | 245 | 72 | 0 | 13 | 33 | 250 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10100101 | 111010 | 0 | 1011 | 11011 | 10101000 | 101100 | 110100 |
Color Harmonies of #4EBAA5
Complementary color
Monochromatic Colors of #4EBAA5
Black with #4EBAA5
Text Example
Text Example
White with #4EBAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAA5; }
p { color: rgb(78,186,165); }
H1.HeaderClassName
{
color: #4EBAA5;
}
.AnyTagClassName
{
color: #4EBAA5;
}
</style>
background-color css
<style>
a { background-color: #4EBAA5; }
a { background-color: rgb(78,186,165); }
div.DivClassName
{
background-color: #4EBAA5;
}
.BgClassName
{
background-color: #4EBAA5;
}
</style>
border-color css
<style>
span { border-color: #4EBAA5; }
span { border-color: rgb(78,186,165); }
td.TdClassName
{
border-color: #4EBAA5;
}
.TagClassName
{
border-color: #4EBAA5;
}
</style>