Shades of Puerto Rico #5FBAA9
Tints of Puerto Rico #5FBAA9
RGB
CMYK
RGB Variations
Color information
#5FBAA9 (or 0x5FBAA9) is known color: Puerto Rico. HEX triplet: 5F, BA and A9. RGB value is (95,186,169). Sum of RGB (Red+Green+Blue) = 95+186+169=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBAA9 is #A04556. Grayscale: #9C9C9C. Windows color (decimal): -10503511 or 11123295. OLE color: 11123295.
HSL color Cylindrical-coordinate representation of color #5FBAA9: hue angle of 168.79º degrees, saturation: 0.4, 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 #5FBAA9 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 169 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.27 |
| HSL | 168.79º | 0.4% | 0.55% | - |
| HSV(B) | 168.79º | 0.49% | 0.73% | - |
| XYZ | 29.44 | 40.42 | 43.79 | - |
| YUV | 156.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 169 | 0.49 | 0 | 0.09 | 0.27 | 168.79 | 0.4 | 0.55 |
| Hex | 5F | BA | A9 | 31 | 0 | 9 | 1B | A9 | 28 | 37 |
| Octal | 137 | 272 | 251 | 61 | 0 | 11 | 33 | 251 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10101001 | 110001 | 0 | 1001 | 11011 | 10101001 | 101000 | 110111 |
Color Harmonies of #5FBAA9
Complementary color
Monochromatic Colors of #5FBAA9
Black with #5FBAA9
Text Example
Text Example
White with #5FBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAA9; }
p { color: rgb(95,186,169); }
H1.HeaderClassName
{
color: #5FBAA9;
}
.AnyTagClassName
{
color: #5FBAA9;
}
</style>
background-color css
<style>
a { background-color: #5FBAA9; }
a { background-color: rgb(95,186,169); }
div.DivClassName
{
background-color: #5FBAA9;
}
.BgClassName
{
background-color: #5FBAA9;
}
</style>
border-color css
<style>
span { border-color: #5FBAA9; }
span { border-color: rgb(95,186,169); }
td.TdClassName
{
border-color: #5FBAA9;
}
.TagClassName
{
border-color: #5FBAA9;
}
</style>