Shades of Puerto Rico #4EAFA6
Tints of Puerto Rico #4EAFA6
RGB
CMYK
RGB Variations
Color information
#4EAFA6 (or 0x4EAFA6) is known color: Puerto Rico. HEX triplet: 4E, AF and A6. RGB value is (78,175,166). Sum of RGB (Red+Green+Blue) = 78+175+166=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAFA6 is #B15059. Grayscale: #909090. Windows color (decimal): -11620442 or 10923854. OLE color: 10923854.
HSL color Cylindrical-coordinate representation of color #4EAFA6: hue angle of 174.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAFA6 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 166 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.31 |
| HSL | 174.43º | 0.38% | 0.5% | - |
| HSV(B) | 174.43º | 0.55% | 0.69% | - |
| XYZ | 25.35 | 35.03 | 41.5 | - |
| YUV | 144.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 166 | 0.55 | 0 | 0.05 | 0.31 | 174.43 | 0.38 | 0.5 |
| Hex | 4E | AF | A6 | 37 | 0 | 5 | 1F | AE | 26 | 32 |
| Octal | 116 | 257 | 246 | 67 | 0 | 5 | 37 | 256 | 46 | 62 |
| Binary | 1001110 | 10101111 | 10100110 | 110111 | 0 | 101 | 11111 | 10101110 | 100110 | 110010 |
Color Harmonies of #4EAFA6
Complementary color
Monochromatic Colors of #4EAFA6
Black with #4EAFA6
Text Example
Text Example
White with #4EAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFA6; }
p { color: rgb(78,175,166); }
H1.HeaderClassName
{
color: #4EAFA6;
}
.AnyTagClassName
{
color: #4EAFA6;
}
</style>
background-color css
<style>
a { background-color: #4EAFA6; }
a { background-color: rgb(78,175,166); }
div.DivClassName
{
background-color: #4EAFA6;
}
.BgClassName
{
background-color: #4EAFA6;
}
</style>
border-color css
<style>
span { border-color: #4EAFA6; }
span { border-color: rgb(78,175,166); }
td.TdClassName
{
border-color: #4EAFA6;
}
.TagClassName
{
border-color: #4EAFA6;
}
</style>