Shades of Puerto Rico #5EB2A8
Tints of Puerto Rico #5EB2A8
RGB
CMYK
RGB Variations
Color information
#5EB2A8 (or 0x5EB2A8) is known color: Puerto Rico. HEX triplet: 5E, B2 and A8. RGB value is (94,178,168). Sum of RGB (Red+Green+Blue) = 94+178+168=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EB2A8 is #A14D57. Grayscale: #979797. Windows color (decimal): -10571096 or 11055710. OLE color: 11055710.
HSL color Cylindrical-coordinate representation of color #5EB2A8: hue angle of 172.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB2A8 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 178 | 168 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.30 |
| HSL | 172.86º | 0.35% | 0.53% | - |
| HSV(B) | 172.86º | 0.47% | 0.7% | - |
| XYZ | 27.6 | 37.05 | 42.74 | - |
| YUV | 151.74 | 137.17 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 178 | 168 | 0.47 | 0 | 0.06 | 0.30 | 172.86 | 0.35 | 0.53 |
| Hex | 5E | B2 | A8 | 2F | 0 | 6 | 1E | AD | 23 | 35 |
| Octal | 136 | 262 | 250 | 57 | 0 | 6 | 36 | 255 | 43 | 65 |
| Binary | 1011110 | 10110010 | 10101000 | 101111 | 0 | 110 | 11110 | 10101101 | 100011 | 110101 |
Color Harmonies of #5EB2A8
Complementary color
Monochromatic Colors of #5EB2A8
Black with #5EB2A8
Text Example
Text Example
White with #5EB2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB2A8; }
p { color: rgb(94,178,168); }
H1.HeaderClassName
{
color: #5EB2A8;
}
.AnyTagClassName
{
color: #5EB2A8;
}
</style>
background-color css
<style>
a { background-color: #5EB2A8; }
a { background-color: rgb(94,178,168); }
div.DivClassName
{
background-color: #5EB2A8;
}
.BgClassName
{
background-color: #5EB2A8;
}
</style>
border-color css
<style>
span { border-color: #5EB2A8; }
span { border-color: rgb(94,178,168); }
td.TdClassName
{
border-color: #5EB2A8;
}
.TagClassName
{
border-color: #5EB2A8;
}
</style>