Shades of Puerto Rico #5EBAAA
Tints of Puerto Rico #5EBAAA
RGB
CMYK
RGB Variations
Color information
#5EBAAA (or 0x5EBAAA) is known color: Puerto Rico. HEX triplet: 5E, BA and AA. RGB value is (94,186,170). Sum of RGB (Red+Green+Blue) = 94+186+170=450 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAAA is #A14555. Grayscale: #9C9C9C. Windows color (decimal): -10569046 or 11188830. OLE color: 11188830.
HSL color Cylindrical-coordinate representation of color #5EBAAA: hue angle of 169.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBAAA is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 170 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.27 |
| HSL | 169.57º | 0.4% | 0.55% | - |
| HSV(B) | 169.57º | 0.49% | 0.73% | - |
| XYZ | 29.43 | 40.4 | 44.28 | - |
| YUV | 156.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 170 | 0.49 | 0 | 0.09 | 0.27 | 169.57 | 0.4 | 0.55 |
| Hex | 5E | BA | AA | 31 | 0 | 9 | 1B | AA | 28 | 37 |
| Octal | 136 | 272 | 252 | 61 | 0 | 11 | 33 | 252 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10101010 | 110001 | 0 | 1001 | 11011 | 10101010 | 101000 | 110111 |
Color Harmonies of #5EBAAA
Complementary color
Monochromatic Colors of #5EBAAA
Black with #5EBAAA
Text Example
Text Example
White with #5EBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAAA; }
p { color: rgb(94,186,170); }
H1.HeaderClassName
{
color: #5EBAAA;
}
.AnyTagClassName
{
color: #5EBAAA;
}
</style>
background-color css
<style>
a { background-color: #5EBAAA; }
a { background-color: rgb(94,186,170); }
div.DivClassName
{
background-color: #5EBAAA;
}
.BgClassName
{
background-color: #5EBAAA;
}
</style>
border-color css
<style>
span { border-color: #5EBAAA; }
span { border-color: rgb(94,186,170); }
td.TdClassName
{
border-color: #5EBAAA;
}
.TagClassName
{
border-color: #5EBAAA;
}
</style>