Shades of Puerto Rico #5ABCAF
Tints of Puerto Rico #5ABCAF
RGB
CMYK
RGB Variations
Color information
#5ABCAF (or 0x5ABCAF) is known color: Puerto Rico. HEX triplet: 5A, BC and AF. RGB value is (90,188,175). Sum of RGB (Red+Green+Blue) = 90+188+175=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCAF is #A54350. Grayscale: #9D9D9D. Windows color (decimal): -10830673 or 11517018. OLE color: 11517018.
HSL color Cylindrical-coordinate representation of color #5ABCAF: hue angle of 172.04º 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 #5ABCAF is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 175 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.26 |
| HSL | 172.04º | 0.42% | 0.55% | - |
| HSV(B) | 172.04º | 0.52% | 0.74% | - |
| XYZ | 29.94 | 41.24 | 46.94 | - |
| YUV | 157.22 | 138.03 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 175 | 0.52 | 0 | 0.07 | 0.26 | 172.04 | 0.42 | 0.55 |
| Hex | 5A | BC | AF | 34 | 0 | 7 | 1A | AC | 2A | 37 |
| Octal | 132 | 274 | 257 | 64 | 0 | 7 | 32 | 254 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10101111 | 110100 | 0 | 111 | 11010 | 10101100 | 101010 | 110111 |
Color Harmonies of #5ABCAF
Complementary color
Monochromatic Colors of #5ABCAF
Black with #5ABCAF
Text Example
Text Example
White with #5ABCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCAF; }
p { color: rgb(90,188,175); }
H1.HeaderClassName
{
color: #5ABCAF;
}
.AnyTagClassName
{
color: #5ABCAF;
}
</style>
background-color css
<style>
a { background-color: #5ABCAF; }
a { background-color: rgb(90,188,175); }
div.DivClassName
{
background-color: #5ABCAF;
}
.BgClassName
{
background-color: #5ABCAF;
}
</style>
border-color css
<style>
span { border-color: #5ABCAF; }
span { border-color: rgb(90,188,175); }
td.TdClassName
{
border-color: #5ABCAF;
}
.TagClassName
{
border-color: #5ABCAF;
}
</style>