Shades of Puerto Rico #5EB9A1
Tints of Puerto Rico #5EB9A1
RGB
CMYK
RGB Variations
Color information
#5EB9A1 (or 0x5EB9A1) is known color: Puerto Rico. HEX triplet: 5E, B9 and A1. RGB value is (94,185,161). Sum of RGB (Red+Green+Blue) = 94+185+161=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #5EB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB9A1 is #A1465E. Grayscale: #9B9B9B. Windows color (decimal): -10569311 or 10598750. OLE color: 10598750.
HSL color Cylindrical-coordinate representation of color #5EB9A1: hue angle of 164.18º degrees, saturation: 0.39, 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 #5EB9A1 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 185 | 161 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.27 |
| HSL | 164.18º | 0.39% | 0.55% | - |
| HSV(B) | 164.18º | 0.49% | 0.73% | - |
| XYZ | 28.4 | 39.65 | 39.87 | - |
| YUV | 155.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 185 | 161 | 0.49 | 0 | 0.13 | 0.27 | 164.18 | 0.39 | 0.55 |
| Hex | 5E | B9 | A1 | 31 | 0 | D | 1B | A4 | 27 | 37 |
| Octal | 136 | 271 | 241 | 61 | 0 | 15 | 33 | 244 | 47 | 67 |
| Binary | 1011110 | 10111001 | 10100001 | 110001 | 0 | 1101 | 11011 | 10100100 | 100111 | 110111 |
Color Harmonies of #5EB9A1
Complementary color
Monochromatic Colors of #5EB9A1
Black with #5EB9A1
Text Example
Text Example
White with #5EB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB9A1; }
p { color: rgb(94,185,161); }
H1.HeaderClassName
{
color: #5EB9A1;
}
.AnyTagClassName
{
color: #5EB9A1;
}
</style>
background-color css
<style>
a { background-color: #5EB9A1; }
a { background-color: rgb(94,185,161); }
div.DivClassName
{
background-color: #5EB9A1;
}
.BgClassName
{
background-color: #5EB9A1;
}
</style>
border-color css
<style>
span { border-color: #5EB9A1; }
span { border-color: rgb(94,185,161); }
td.TdClassName
{
border-color: #5EB9A1;
}
.TagClassName
{
border-color: #5EB9A1;
}
</style>