Shades of Puerto Rico #5ABFAE
Tints of Puerto Rico #5ABFAE
RGB
CMYK
RGB Variations
Color information
#5ABFAE (or 0x5ABFAE) is known color: Puerto Rico. HEX triplet: 5A, BF and AE. RGB value is (90,191,174). Sum of RGB (Red+Green+Blue) = 90+191+174=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABFAE is #A54051. Grayscale: #9E9E9E. Windows color (decimal): -10829906 or 11452250. OLE color: 11452250.
HSL color Cylindrical-coordinate representation of color #5ABFAE: hue angle of 169.9º 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 #5ABFAE is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 174 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.25 |
| HSL | 169.9º | 0.44% | 0.55% | - |
| HSV(B) | 169.9º | 0.53% | 0.75% | - |
| XYZ | 30.49 | 42.49 | 46.64 | - |
| YUV | 158.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 174 | 0.53 | 0 | 0.09 | 0.25 | 169.9 | 0.44 | 0.55 |
| Hex | 5A | BF | AE | 35 | 0 | 9 | 19 | AA | 2C | 37 |
| Octal | 132 | 277 | 256 | 65 | 0 | 11 | 31 | 252 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10101110 | 110101 | 0 | 1001 | 11001 | 10101010 | 101100 | 110111 |
Color Harmonies of #5ABFAE
Complementary color
Monochromatic Colors of #5ABFAE
Black with #5ABFAE
Text Example
Text Example
White with #5ABFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFAE; }
p { color: rgb(90,191,174); }
H1.HeaderClassName
{
color: #5ABFAE;
}
.AnyTagClassName
{
color: #5ABFAE;
}
</style>
background-color css
<style>
a { background-color: #5ABFAE; }
a { background-color: rgb(90,191,174); }
div.DivClassName
{
background-color: #5ABFAE;
}
.BgClassName
{
background-color: #5ABFAE;
}
</style>
border-color css
<style>
span { border-color: #5ABFAE; }
span { border-color: rgb(90,191,174); }
td.TdClassName
{
border-color: #5ABFAE;
}
.TagClassName
{
border-color: #5ABFAE;
}
</style>