Shades of Puerto Rico #5ABCA6
Tints of Puerto Rico #5ABCA6
RGB
CMYK
RGB Variations
Color information
#5ABCA6 (or 0x5ABCA6) is known color: Puerto Rico. HEX triplet: 5A, BC and A6. RGB value is (90,188,166). Sum of RGB (Red+Green+Blue) = 90+188+166=444 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.27% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCA6 is #A54359. Grayscale: #9C9C9C. Windows color (decimal): -10830682 or 10927194. OLE color: 10927194.
HSL color Cylindrical-coordinate representation of color #5ABCA6: hue angle of 166.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCA6 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 166 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.26 |
| HSL | 166.53º | 0.42% | 0.55% | - |
| HSV(B) | 166.53º | 0.52% | 0.74% | - |
| XYZ | 29.08 | 40.89 | 42.44 | - |
| YUV | 156.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 166 | 0.52 | 0 | 0.12 | 0.26 | 166.53 | 0.42 | 0.55 |
| Hex | 5A | BC | A6 | 34 | 0 | C | 1A | A7 | 2A | 37 |
| Octal | 132 | 274 | 246 | 64 | 0 | 14 | 32 | 247 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10100110 | 110100 | 0 | 1100 | 11010 | 10100111 | 101010 | 110111 |
Color Harmonies of #5ABCA6
Complementary color
Monochromatic Colors of #5ABCA6
Black with #5ABCA6
Text Example
Text Example
White with #5ABCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCA6; }
p { color: rgb(90,188,166); }
H1.HeaderClassName
{
color: #5ABCA6;
}
.AnyTagClassName
{
color: #5ABCA6;
}
</style>
background-color css
<style>
a { background-color: #5ABCA6; }
a { background-color: rgb(90,188,166); }
div.DivClassName
{
background-color: #5ABCA6;
}
.BgClassName
{
background-color: #5ABCA6;
}
</style>
border-color css
<style>
span { border-color: #5ABCA6; }
span { border-color: rgb(90,188,166); }
td.TdClassName
{
border-color: #5ABCA6;
}
.TagClassName
{
border-color: #5ABCA6;
}
</style>