Shades of Puerto Rico #5EB6A1
Tints of Puerto Rico #5EB6A1
RGB
CMYK
RGB Variations
Color information
#5EB6A1 (or 0x5EB6A1) is known color: Puerto Rico. HEX triplet: 5E, B6 and A1. RGB value is (94,182,161). Sum of RGB (Red+Green+Blue) = 94+182+161=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6A1 is #A1495E. Grayscale: #999999. Windows color (decimal): -10570079 or 10597982. OLE color: 10597982.
HSL color Cylindrical-coordinate representation of color #5EB6A1: hue angle of 165.68º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB6A1 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 182 | 161 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.29 |
| HSL | 165.68º | 0.38% | 0.54% | - |
| HSV(B) | 165.68º | 0.48% | 0.71% | - |
| XYZ | 27.78 | 38.41 | 39.67 | - |
| YUV | 153.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 182 | 161 | 0.48 | 0 | 0.12 | 0.29 | 165.68 | 0.38 | 0.54 |
| Hex | 5E | B6 | A1 | 30 | 0 | C | 1D | A6 | 26 | 36 |
| Octal | 136 | 266 | 241 | 60 | 0 | 14 | 35 | 246 | 46 | 66 |
| Binary | 1011110 | 10110110 | 10100001 | 110000 | 0 | 1100 | 11101 | 10100110 | 100110 | 110110 |
Color Harmonies of #5EB6A1
Complementary color
Monochromatic Colors of #5EB6A1
Black with #5EB6A1
Text Example
Text Example
White with #5EB6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB6A1; }
p { color: rgb(94,182,161); }
H1.HeaderClassName
{
color: #5EB6A1;
}
.AnyTagClassName
{
color: #5EB6A1;
}
</style>
background-color css
<style>
a { background-color: #5EB6A1; }
a { background-color: rgb(94,182,161); }
div.DivClassName
{
background-color: #5EB6A1;
}
.BgClassName
{
background-color: #5EB6A1;
}
</style>
border-color css
<style>
span { border-color: #5EB6A1; }
span { border-color: rgb(94,182,161); }
td.TdClassName
{
border-color: #5EB6A1;
}
.TagClassName
{
border-color: #5EB6A1;
}
</style>