Shades of Puerto Rico #5EBAB0
Tints of Puerto Rico #5EBAB0
RGB
CMYK
RGB Variations
Color information
#5EBAB0 (or 0x5EBAB0) is known color: Puerto Rico. HEX triplet: 5E, BA and B0. RGB value is (94,186,176). Sum of RGB (Red+Green+Blue) = 94+186+176=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAB0 is #A1454F. Grayscale: #9D9D9D. Windows color (decimal): -10569040 or 11582046. OLE color: 11582046.
HSL color Cylindrical-coordinate representation of color #5EBAB0: hue angle of 173.48º 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 #5EBAB0 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 176 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.27 |
| HSL | 173.48º | 0.4% | 0.55% | - |
| HSV(B) | 173.48º | 0.49% | 0.73% | - |
| XYZ | 30.01 | 40.63 | 47.34 | - |
| YUV | 157.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 176 | 0.49 | 0 | 0.05 | 0.27 | 173.48 | 0.4 | 0.55 |
| Hex | 5E | BA | B0 | 31 | 0 | 5 | 1B | AD | 28 | 37 |
| Octal | 136 | 272 | 260 | 61 | 0 | 5 | 33 | 255 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10110000 | 110001 | 0 | 101 | 11011 | 10101101 | 101000 | 110111 |
Color Harmonies of #5EBAB0
Complementary color
Monochromatic Colors of #5EBAB0
Black with #5EBAB0
Text Example
Text Example
White with #5EBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAB0; }
p { color: rgb(94,186,176); }
H1.HeaderClassName
{
color: #5EBAB0;
}
.AnyTagClassName
{
color: #5EBAB0;
}
</style>
background-color css
<style>
a { background-color: #5EBAB0; }
a { background-color: rgb(94,186,176); }
div.DivClassName
{
background-color: #5EBAB0;
}
.BgClassName
{
background-color: #5EBAB0;
}
</style>
border-color css
<style>
span { border-color: #5EBAB0; }
span { border-color: rgb(94,186,176); }
td.TdClassName
{
border-color: #5EBAB0;
}
.TagClassName
{
border-color: #5EBAB0;
}
</style>