Shades of Puerto Rico #5ABEA6
Tints of Puerto Rico #5ABEA6
RGB
CMYK
RGB Variations
Color information
#5ABEA6 (or 0x5ABEA6) is known color: Puerto Rico. HEX triplet: 5A, BE and A6. RGB value is (90,190,166). Sum of RGB (Red+Green+Blue) = 90+190+166=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEA6 is #A54159. Grayscale: #9D9D9D. Windows color (decimal): -10830170 or 10927706. OLE color: 10927706.
HSL color Cylindrical-coordinate representation of color #5ABEA6: hue angle of 165.6º 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 #5ABEA6 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 166 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.25 |
| HSL | 165.6º | 0.43% | 0.55% | - |
| HSV(B) | 165.6º | 0.53% | 0.75% | - |
| XYZ | 29.51 | 41.75 | 42.58 | - |
| YUV | 157.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 166 | 0.53 | 0 | 0.13 | 0.25 | 165.6 | 0.43 | 0.55 |
| Hex | 5A | BE | A6 | 35 | 0 | D | 19 | A6 | 2B | 37 |
| Octal | 132 | 276 | 246 | 65 | 0 | 15 | 31 | 246 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10100110 | 110101 | 0 | 1101 | 11001 | 10100110 | 101011 | 110111 |
Color Harmonies of #5ABEA6
Complementary color
Monochromatic Colors of #5ABEA6
Black with #5ABEA6
Text Example
Text Example
White with #5ABEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEA6; }
p { color: rgb(90,190,166); }
H1.HeaderClassName
{
color: #5ABEA6;
}
.AnyTagClassName
{
color: #5ABEA6;
}
</style>
background-color css
<style>
a { background-color: #5ABEA6; }
a { background-color: rgb(90,190,166); }
div.DivClassName
{
background-color: #5ABEA6;
}
.BgClassName
{
background-color: #5ABEA6;
}
</style>
border-color css
<style>
span { border-color: #5ABEA6; }
span { border-color: rgb(90,190,166); }
td.TdClassName
{
border-color: #5ABEA6;
}
.TagClassName
{
border-color: #5ABEA6;
}
</style>