Shades of Puerto Rico #5EBEA1
Tints of Puerto Rico #5EBEA1
RGB
CMYK
RGB Variations
Color information
#5EBEA1 (or 0x5EBEA1) is known color: Puerto Rico. HEX triplet: 5E, BE and A1. RGB value is (94,190,161). Sum of RGB (Red+Green+Blue) = 94+190+161=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEA1 is #A1415E. Grayscale: #9E9E9E. Windows color (decimal): -10568031 or 10600030. OLE color: 10600030.
HSL color Cylindrical-coordinate representation of color #5EBEA1: hue angle of 161.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBEA1 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 190 | 161 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.25 |
| HSL | 161.88º | 0.42% | 0.56% | - |
| HSV(B) | 161.88º | 0.51% | 0.75% | - |
| XYZ | 29.46 | 41.78 | 40.23 | - |
| YUV | 157.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 161 | 0.51 | 0 | 0.15 | 0.25 | 161.88 | 0.42 | 0.56 |
| Hex | 5E | BE | A1 | 33 | 0 | F | 19 | A2 | 2A | 38 |
| Octal | 136 | 276 | 241 | 63 | 0 | 17 | 31 | 242 | 52 | 70 |
| Binary | 1011110 | 10111110 | 10100001 | 110011 | 0 | 1111 | 11001 | 10100010 | 101010 | 111000 |
Color Harmonies of #5EBEA1
Complementary color
Monochromatic Colors of #5EBEA1
Black with #5EBEA1
Text Example
Text Example
White with #5EBEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBEA1; }
p { color: rgb(94,190,161); }
H1.HeaderClassName
{
color: #5EBEA1;
}
.AnyTagClassName
{
color: #5EBEA1;
}
</style>
background-color css
<style>
a { background-color: #5EBEA1; }
a { background-color: rgb(94,190,161); }
div.DivClassName
{
background-color: #5EBEA1;
}
.BgClassName
{
background-color: #5EBEA1;
}
</style>
border-color css
<style>
span { border-color: #5EBEA1; }
span { border-color: rgb(94,190,161); }
td.TdClassName
{
border-color: #5EBEA1;
}
.TagClassName
{
border-color: #5EBEA1;
}
</style>