Shades of Puerto Rico #5FBBA3
Tints of Puerto Rico #5FBBA3
RGB
CMYK
RGB Variations
Color information
#5FBBA3 (or 0x5FBBA3) is known color: Puerto Rico. HEX triplet: 5F, BB and A3. RGB value is (95,187,163). Sum of RGB (Red+Green+Blue) = 95+187+163=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBBA3 is #A0445C. Grayscale: #9C9C9C. Windows color (decimal): -10503261 or 10730335. OLE color: 10730335.
HSL color Cylindrical-coordinate representation of color #5FBBA3: hue angle of 164.35º 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 #5FBBA3 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 163 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.27 |
| HSL | 164.35º | 0.4% | 0.55% | - |
| HSV(B) | 164.35º | 0.49% | 0.73% | - |
| XYZ | 29.1 | 40.62 | 40.96 | - |
| YUV | 156.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 163 | 0.49 | 0 | 0.13 | 0.27 | 164.35 | 0.4 | 0.55 |
| Hex | 5F | BB | A3 | 31 | 0 | D | 1B | A4 | 28 | 37 |
| Octal | 137 | 273 | 243 | 61 | 0 | 15 | 33 | 244 | 50 | 67 |
| Binary | 1011111 | 10111011 | 10100011 | 110001 | 0 | 1101 | 11011 | 10100100 | 101000 | 110111 |
Color Harmonies of #5FBBA3
Complementary color
Monochromatic Colors of #5FBBA3
Black with #5FBBA3
Text Example
Text Example
White with #5FBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBA3; }
p { color: rgb(95,187,163); }
H1.HeaderClassName
{
color: #5FBBA3;
}
.AnyTagClassName
{
color: #5FBBA3;
}
</style>
background-color css
<style>
a { background-color: #5FBBA3; }
a { background-color: rgb(95,187,163); }
div.DivClassName
{
background-color: #5FBBA3;
}
.BgClassName
{
background-color: #5FBBA3;
}
</style>
border-color css
<style>
span { border-color: #5FBBA3; }
span { border-color: rgb(95,187,163); }
td.TdClassName
{
border-color: #5FBBA3;
}
.TagClassName
{
border-color: #5FBBA3;
}
</style>