Shades of Puerto Rico #5EBAAD
Tints of Puerto Rico #5EBAAD
RGB
CMYK
RGB Variations
Color information
#5EBAAD (or 0x5EBAAD) is known color: Puerto Rico. HEX triplet: 5E, BA and AD. RGB value is (94,186,173). Sum of RGB (Red+Green+Blue) = 94+186+173=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAAD is #A14552. Grayscale: #9C9C9C. Windows color (decimal): -10569043 or 11385438. OLE color: 11385438.
HSL color Cylindrical-coordinate representation of color #5EBAAD: hue angle of 171.52º 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 #5EBAAD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 173 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.27 |
| HSL | 171.52º | 0.4% | 0.55% | - |
| HSV(B) | 171.52º | 0.49% | 0.73% | - |
| XYZ | 29.72 | 40.51 | 45.79 | - |
| YUV | 157.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 173 | 0.49 | 0 | 0.07 | 0.27 | 171.52 | 0.4 | 0.55 |
| Hex | 5E | BA | AD | 31 | 0 | 7 | 1B | AC | 28 | 37 |
| Octal | 136 | 272 | 255 | 61 | 0 | 7 | 33 | 254 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10101101 | 110001 | 0 | 111 | 11011 | 10101100 | 101000 | 110111 |
Color Harmonies of #5EBAAD
Complementary color
Monochromatic Colors of #5EBAAD
Black with #5EBAAD
Text Example
Text Example
White with #5EBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAAD; }
p { color: rgb(94,186,173); }
H1.HeaderClassName
{
color: #5EBAAD;
}
.AnyTagClassName
{
color: #5EBAAD;
}
</style>
background-color css
<style>
a { background-color: #5EBAAD; }
a { background-color: rgb(94,186,173); }
div.DivClassName
{
background-color: #5EBAAD;
}
.BgClassName
{
background-color: #5EBAAD;
}
</style>
border-color css
<style>
span { border-color: #5EBAAD; }
span { border-color: rgb(94,186,173); }
td.TdClassName
{
border-color: #5EBAAD;
}
.TagClassName
{
border-color: #5EBAAD;
}
</style>