Shades of Puerto Rico #4EAFA2
Tints of Puerto Rico #4EAFA2
RGB
CMYK
RGB Variations
Color information
#4EAFA2 (or 0x4EAFA2) is known color: Puerto Rico. HEX triplet: 4E, AF and A2. RGB value is (78,175,162). Sum of RGB (Red+Green+Blue) = 78+175+162=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAFA2 is #B1505D. Grayscale: #909090. Windows color (decimal): -11620446 or 10661710. OLE color: 10661710.
HSL color Cylindrical-coordinate representation of color #4EAFA2: hue angle of 171.96º 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 #4EAFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 162 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.31 |
| HSL | 171.96º | 0.38% | 0.5% | - |
| HSV(B) | 171.96º | 0.55% | 0.69% | - |
| XYZ | 24.99 | 34.89 | 39.6 | - |
| YUV | 144.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 162 | 0.55 | 0 | 0.07 | 0.31 | 171.96 | 0.38 | 0.5 |
| Hex | 4E | AF | A2 | 37 | 0 | 7 | 1F | AC | 26 | 32 |
| Octal | 116 | 257 | 242 | 67 | 0 | 7 | 37 | 254 | 46 | 62 |
| Binary | 1001110 | 10101111 | 10100010 | 110111 | 0 | 111 | 11111 | 10101100 | 100110 | 110010 |
Color Harmonies of #4EAFA2
Complementary color
Monochromatic Colors of #4EAFA2
Black with #4EAFA2
Text Example
Text Example
White with #4EAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFA2; }
p { color: rgb(78,175,162); }
H1.HeaderClassName
{
color: #4EAFA2;
}
.AnyTagClassName
{
color: #4EAFA2;
}
</style>
background-color css
<style>
a { background-color: #4EAFA2; }
a { background-color: rgb(78,175,162); }
div.DivClassName
{
background-color: #4EAFA2;
}
.BgClassName
{
background-color: #4EAFA2;
}
</style>
border-color css
<style>
span { border-color: #4EAFA2; }
span { border-color: rgb(78,175,162); }
td.TdClassName
{
border-color: #4EAFA2;
}
.TagClassName
{
border-color: #4EAFA2;
}
</style>