Shades of Puerto Rico #5EBCA1
Tints of Puerto Rico #5EBCA1
RGB
CMYK
RGB Variations
Color information
#5EBCA1 (or 0x5EBCA1) is known color: Puerto Rico. HEX triplet: 5E, BC and A1. RGB value is (94,188,161). Sum of RGB (Red+Green+Blue) = 94+188+161=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBCA1 is #A1435E. Grayscale: #9C9C9C. Windows color (decimal): -10568543 or 10599518. OLE color: 10599518.
HSL color Cylindrical-coordinate representation of color #5EBCA1: hue angle of 162.77º degrees, saturation: 0.41, 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 #5EBCA1 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 161 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.26 |
| HSL | 162.77º | 0.41% | 0.55% | - |
| HSV(B) | 162.77º | 0.5% | 0.74% | - |
| XYZ | 29.03 | 40.92 | 40.09 | - |
| YUV | 156.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 161 | 0.50 | 0 | 0.14 | 0.26 | 162.77 | 0.41 | 0.55 |
| Hex | 5E | BC | A1 | 32 | 0 | E | 1A | A3 | 29 | 37 |
| Octal | 136 | 274 | 241 | 62 | 0 | 16 | 32 | 243 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10100001 | 110010 | 0 | 1110 | 11010 | 10100011 | 101001 | 110111 |
Color Harmonies of #5EBCA1
Complementary color
Monochromatic Colors of #5EBCA1
Black with #5EBCA1
Text Example
Text Example
White with #5EBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCA1; }
p { color: rgb(94,188,161); }
H1.HeaderClassName
{
color: #5EBCA1;
}
.AnyTagClassName
{
color: #5EBCA1;
}
</style>
background-color css
<style>
a { background-color: #5EBCA1; }
a { background-color: rgb(94,188,161); }
div.DivClassName
{
background-color: #5EBCA1;
}
.BgClassName
{
background-color: #5EBCA1;
}
</style>
border-color css
<style>
span { border-color: #5EBCA1; }
span { border-color: rgb(94,188,161); }
td.TdClassName
{
border-color: #5EBCA1;
}
.TagClassName
{
border-color: #5EBCA1;
}
</style>