Shades of Puerto Rico #5EBDA6
Tints of Puerto Rico #5EBDA6
RGB
CMYK
RGB Variations
Color information
#5EBDA6 (or 0x5EBDA6) is known color: Puerto Rico. HEX triplet: 5E, BD and A6. RGB value is (94,189,166). Sum of RGB (Red+Green+Blue) = 94+189+166=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBDA6 is #A14259. Grayscale: #9D9D9D. Windows color (decimal): -10568282 or 10927454. OLE color: 10927454.
HSL color Cylindrical-coordinate representation of color #5EBDA6: hue angle of 165.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBDA6 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 166 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.26 |
| HSL | 165.47º | 0.42% | 0.55% | - |
| HSV(B) | 165.47º | 0.5% | 0.74% | - |
| XYZ | 29.7 | 41.53 | 42.53 | - |
| YUV | 157.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 166 | 0.50 | 0 | 0.12 | 0.26 | 165.47 | 0.42 | 0.55 |
| Hex | 5E | BD | A6 | 32 | 0 | C | 1A | A5 | 2A | 37 |
| Octal | 136 | 275 | 246 | 62 | 0 | 14 | 32 | 245 | 52 | 67 |
| Binary | 1011110 | 10111101 | 10100110 | 110010 | 0 | 1100 | 11010 | 10100101 | 101010 | 110111 |
Color Harmonies of #5EBDA6
Complementary color
Monochromatic Colors of #5EBDA6
Black with #5EBDA6
Text Example
Text Example
White with #5EBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBDA6; }
p { color: rgb(94,189,166); }
H1.HeaderClassName
{
color: #5EBDA6;
}
.AnyTagClassName
{
color: #5EBDA6;
}
</style>
background-color css
<style>
a { background-color: #5EBDA6; }
a { background-color: rgb(94,189,166); }
div.DivClassName
{
background-color: #5EBDA6;
}
.BgClassName
{
background-color: #5EBDA6;
}
</style>
border-color css
<style>
span { border-color: #5EBDA6; }
span { border-color: rgb(94,189,166); }
td.TdClassName
{
border-color: #5EBDA6;
}
.TagClassName
{
border-color: #5EBDA6;
}
</style>