Shades of Puerto Rico #5ABE9F
Tints of Puerto Rico #5ABE9F
RGB
CMYK
RGB Variations
Color information
#5ABE9F (or 0x5ABE9F) is known color: Puerto Rico. HEX triplet: 5A, BE and 9F. RGB value is (90,190,159). Sum of RGB (Red+Green+Blue) = 90+190+159=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABE9F is #A54160. Grayscale: #9C9C9C. Windows color (decimal): -10830177 or 10468954. OLE color: 10468954.
HSL color Cylindrical-coordinate representation of color #5ABE9F: hue angle of 161.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE9F is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 159 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.25 |
| HSL | 161.4º | 0.43% | 0.55% | - |
| HSV(B) | 161.4º | 0.53% | 0.75% | - |
| XYZ | 28.89 | 41.5 | 39.29 | - |
| YUV | 156.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 159 | 0.53 | 0 | 0.16 | 0.25 | 161.4 | 0.43 | 0.55 |
| Hex | 5A | BE | 9F | 35 | 0 | 10 | 19 | A1 | 2B | 37 |
| Octal | 132 | 276 | 237 | 65 | 0 | 20 | 31 | 241 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10011111 | 110101 | 0 | 10000 | 11001 | 10100001 | 101011 | 110111 |
Color Harmonies of #5ABE9F
Complementary color
Monochromatic Colors of #5ABE9F
Black with #5ABE9F
Text Example
Text Example
White with #5ABE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABE9F; }
p { color: rgb(90,190,159); }
H1.HeaderClassName
{
color: #5ABE9F;
}
.AnyTagClassName
{
color: #5ABE9F;
}
</style>
background-color css
<style>
a { background-color: #5ABE9F; }
a { background-color: rgb(90,190,159); }
div.DivClassName
{
background-color: #5ABE9F;
}
.BgClassName
{
background-color: #5ABE9F;
}
</style>
border-color css
<style>
span { border-color: #5ABE9F; }
span { border-color: rgb(90,190,159); }
td.TdClassName
{
border-color: #5ABE9F;
}
.TagClassName
{
border-color: #5ABE9F;
}
</style>