Shades of Puerto Rico #5ABFAC
Tints of Puerto Rico #5ABFAC
RGB
CMYK
RGB Variations
Color information
#5ABFAC (or 0x5ABFAC) is known color: Puerto Rico. HEX triplet: 5A, BF and AC. RGB value is (90,191,172). Sum of RGB (Red+Green+Blue) = 90+191+172=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFAC is #A54053. Grayscale: #9E9E9E. Windows color (decimal): -10829908 or 11321178. OLE color: 11321178.
HSL color Cylindrical-coordinate representation of color #5ABFAC: hue angle of 168.71º degrees, saturation: 0.44, 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 #5ABFAC is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 172 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.25 |
| HSL | 168.71º | 0.44% | 0.55% | - |
| HSV(B) | 168.71º | 0.53% | 0.75% | - |
| XYZ | 30.29 | 42.41 | 45.62 | - |
| YUV | 158.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 172 | 0.53 | 0 | 0.10 | 0.25 | 168.71 | 0.44 | 0.55 |
| Hex | 5A | BF | AC | 35 | 0 | A | 19 | A9 | 2C | 37 |
| Octal | 132 | 277 | 254 | 65 | 0 | 12 | 31 | 251 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10101100 | 110101 | 0 | 1010 | 11001 | 10101001 | 101100 | 110111 |
Color Harmonies of #5ABFAC
Complementary color
Monochromatic Colors of #5ABFAC
Black with #5ABFAC
Text Example
Text Example
White with #5ABFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFAC; }
p { color: rgb(90,191,172); }
H1.HeaderClassName
{
color: #5ABFAC;
}
.AnyTagClassName
{
color: #5ABFAC;
}
</style>
background-color css
<style>
a { background-color: #5ABFAC; }
a { background-color: rgb(90,191,172); }
div.DivClassName
{
background-color: #5ABFAC;
}
.BgClassName
{
background-color: #5ABFAC;
}
</style>
border-color css
<style>
span { border-color: #5ABFAC; }
span { border-color: rgb(90,191,172); }
td.TdClassName
{
border-color: #5ABFAC;
}
.TagClassName
{
border-color: #5ABFAC;
}
</style>