Shades of Puerto Rico #5AB79F
Tints of Puerto Rico #5AB79F
RGB
CMYK
RGB Variations
Color information
#5AB79F (or 0x5AB79F) is known color: Puerto Rico. HEX triplet: 5A, B7 and 9F. RGB value is (90,183,159). Sum of RGB (Red+Green+Blue) = 90+183+159=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB79F is #A54860. Grayscale: #989898. Windows color (decimal): -10831969 or 10467162. OLE color: 10467162.
HSL color Cylindrical-coordinate representation of color #5AB79F: hue angle of 164.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB79F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 159 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.28 |
| HSL | 164.52º | 0.39% | 0.54% | - |
| HSV(B) | 164.52º | 0.51% | 0.72% | - |
| XYZ | 27.41 | 38.54 | 38.8 | - |
| YUV | 152.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 159 | 0.51 | 0 | 0.13 | 0.28 | 164.52 | 0.39 | 0.54 |
| Hex | 5A | B7 | 9F | 33 | 0 | D | 1C | A5 | 27 | 36 |
| Octal | 132 | 267 | 237 | 63 | 0 | 15 | 34 | 245 | 47 | 66 |
| Binary | 1011010 | 10110111 | 10011111 | 110011 | 0 | 1101 | 11100 | 10100101 | 100111 | 110110 |
Color Harmonies of #5AB79F
Complementary color
Monochromatic Colors of #5AB79F
Black with #5AB79F
Text Example
Text Example
White with #5AB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB79F; }
p { color: rgb(90,183,159); }
H1.HeaderClassName
{
color: #5AB79F;
}
.AnyTagClassName
{
color: #5AB79F;
}
</style>
background-color css
<style>
a { background-color: #5AB79F; }
a { background-color: rgb(90,183,159); }
div.DivClassName
{
background-color: #5AB79F;
}
.BgClassName
{
background-color: #5AB79F;
}
</style>
border-color css
<style>
span { border-color: #5AB79F; }
span { border-color: rgb(90,183,159); }
td.TdClassName
{
border-color: #5AB79F;
}
.TagClassName
{
border-color: #5AB79F;
}
</style>