Shades of Puerto Rico #5AC2B9
Tints of Puerto Rico #5AC2B9
RGB
CMYK
RGB Variations
Color information
#5AC2B9 (or 0x5AC2B9) is known color: Puerto Rico. HEX triplet: 5A, C2 and B9. RGB value is (90,194,185). Sum of RGB (Red+Green+Blue) = 90+194+185=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC2B9 is #A53D46. Grayscale: #A1A1A1. Windows color (decimal): -10829127 or 12173914. OLE color: 12173914.
HSL color Cylindrical-coordinate representation of color #5AC2B9: hue angle of 174.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC2B9 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 185 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.24 |
| HSL | 174.81º | 0.46% | 0.56% | - |
| HSV(B) | 174.81º | 0.54% | 0.76% | - |
| XYZ | 32.27 | 44.26 | 52.74 | - |
| YUV | 161.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 185 | 0.54 | 0 | 0.05 | 0.24 | 174.81 | 0.46 | 0.56 |
| Hex | 5A | C2 | B9 | 36 | 0 | 5 | 18 | AF | 2E | 38 |
| Octal | 132 | 302 | 271 | 66 | 0 | 5 | 30 | 257 | 56 | 70 |
| Binary | 1011010 | 11000010 | 10111001 | 110110 | 0 | 101 | 11000 | 10101111 | 101110 | 111000 |
Color Harmonies of #5AC2B9
Complementary color
Monochromatic Colors of #5AC2B9
Black with #5AC2B9
Text Example
Text Example
White with #5AC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC2B9; }
p { color: rgb(90,194,185); }
H1.HeaderClassName
{
color: #5AC2B9;
}
.AnyTagClassName
{
color: #5AC2B9;
}
</style>
background-color css
<style>
a { background-color: #5AC2B9; }
a { background-color: rgb(90,194,185); }
div.DivClassName
{
background-color: #5AC2B9;
}
.BgClassName
{
background-color: #5AC2B9;
}
</style>
border-color css
<style>
span { border-color: #5AC2B9; }
span { border-color: rgb(90,194,185); }
td.TdClassName
{
border-color: #5AC2B9;
}
.TagClassName
{
border-color: #5AC2B9;
}
</style>