Shades of Puerto Rico #5FB9A9
Tints of Puerto Rico #5FB9A9
RGB
CMYK
RGB Variations
Color information
#5FB9A9 (or 0x5FB9A9) is known color: Puerto Rico. HEX triplet: 5F, B9 and A9. RGB value is (95,185,169). Sum of RGB (Red+Green+Blue) = 95+185+169=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB9A9 is #A04656. Grayscale: #9C9C9C. Windows color (decimal): -10503767 or 11123039. OLE color: 11123039.
HSL color Cylindrical-coordinate representation of color #5FB9A9: hue angle of 169.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FB9A9 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 169 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.27 |
| HSL | 169.33º | 0.39% | 0.55% | - |
| HSV(B) | 169.33º | 0.49% | 0.73% | - |
| XYZ | 29.23 | 40 | 43.72 | - |
| YUV | 156.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 169 | 0.49 | 0 | 0.09 | 0.27 | 169.33 | 0.39 | 0.55 |
| Hex | 5F | B9 | A9 | 31 | 0 | 9 | 1B | A9 | 27 | 37 |
| Octal | 137 | 271 | 251 | 61 | 0 | 11 | 33 | 251 | 47 | 67 |
| Binary | 1011111 | 10111001 | 10101001 | 110001 | 0 | 1001 | 11011 | 10101001 | 100111 | 110111 |
Color Harmonies of #5FB9A9
Complementary color
Monochromatic Colors of #5FB9A9
Black with #5FB9A9
Text Example
Text Example
White with #5FB9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB9A9; }
p { color: rgb(95,185,169); }
H1.HeaderClassName
{
color: #5FB9A9;
}
.AnyTagClassName
{
color: #5FB9A9;
}
</style>
background-color css
<style>
a { background-color: #5FB9A9; }
a { background-color: rgb(95,185,169); }
div.DivClassName
{
background-color: #5FB9A9;
}
.BgClassName
{
background-color: #5FB9A9;
}
</style>
border-color css
<style>
span { border-color: #5FB9A9; }
span { border-color: rgb(95,185,169); }
td.TdClassName
{
border-color: #5FB9A9;
}
.TagClassName
{
border-color: #5FB9A9;
}
</style>