Shades of Puerto Rico #5AC09F
Tints of Puerto Rico #5AC09F
RGB
CMYK
RGB Variations
Color information
#5AC09F (or 0x5AC09F) is known color: Puerto Rico. HEX triplet: 5A, C0 and 9F. RGB value is (90,192,159). Sum of RGB (Red+Green+Blue) = 90+192+159=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC09F is #A53F60. Grayscale: #9D9D9D. Windows color (decimal): -10829665 or 10469466. OLE color: 10469466.
HSL color Cylindrical-coordinate representation of color #5AC09F: hue angle of 160.59º degrees, saturation: 0.45, 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 #5AC09F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 159 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.25 |
| HSL | 160.59º | 0.45% | 0.55% | - |
| HSV(B) | 160.59º | 0.53% | 0.75% | - |
| XYZ | 29.32 | 42.38 | 39.43 | - |
| YUV | 157.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 159 | 0.53 | 0 | 0.17 | 0.25 | 160.59 | 0.45 | 0.55 |
| Hex | 5A | C0 | 9F | 35 | 0 | 11 | 19 | A1 | 2D | 37 |
| Octal | 132 | 300 | 237 | 65 | 0 | 21 | 31 | 241 | 55 | 67 |
| Binary | 1011010 | 11000000 | 10011111 | 110101 | 0 | 10001 | 11001 | 10100001 | 101101 | 110111 |
Color Harmonies of #5AC09F
Complementary color
Monochromatic Colors of #5AC09F
Black with #5AC09F
Text Example
Text Example
White with #5AC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC09F; }
p { color: rgb(90,192,159); }
H1.HeaderClassName
{
color: #5AC09F;
}
.AnyTagClassName
{
color: #5AC09F;
}
</style>
background-color css
<style>
a { background-color: #5AC09F; }
a { background-color: rgb(90,192,159); }
div.DivClassName
{
background-color: #5AC09F;
}
.BgClassName
{
background-color: #5AC09F;
}
</style>
border-color css
<style>
span { border-color: #5AC09F; }
span { border-color: rgb(90,192,159); }
td.TdClassName
{
border-color: #5AC09F;
}
.TagClassName
{
border-color: #5AC09F;
}
</style>