Shades of Puerto Rico #5FBBAD
Tints of Puerto Rico #5FBBAD
RGB
CMYK
RGB Variations
Color information
#5FBBAD (or 0x5FBBAD) is known color: Puerto Rico. HEX triplet: 5F, BB and AD. RGB value is (95,187,173). Sum of RGB (Red+Green+Blue) = 95+187+173=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBBAD is #A04452. Grayscale: #9D9D9D. Windows color (decimal): -10503251 or 11385695. OLE color: 11385695.
HSL color Cylindrical-coordinate representation of color #5FBBAD: hue angle of 170.87º 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 #5FBBAD is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 173 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.27 |
| HSL | 170.87º | 0.4% | 0.55% | - |
| HSV(B) | 170.87º | 0.49% | 0.73% | - |
| XYZ | 30.03 | 40.99 | 45.86 | - |
| YUV | 157.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 173 | 0.49 | 0 | 0.07 | 0.27 | 170.87 | 0.4 | 0.55 |
| Hex | 5F | BB | AD | 31 | 0 | 7 | 1B | AB | 28 | 37 |
| Octal | 137 | 273 | 255 | 61 | 0 | 7 | 33 | 253 | 50 | 67 |
| Binary | 1011111 | 10111011 | 10101101 | 110001 | 0 | 111 | 11011 | 10101011 | 101000 | 110111 |
Color Harmonies of #5FBBAD
Complementary color
Monochromatic Colors of #5FBBAD
Black with #5FBBAD
Text Example
Text Example
White with #5FBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBAD; }
p { color: rgb(95,187,173); }
H1.HeaderClassName
{
color: #5FBBAD;
}
.AnyTagClassName
{
color: #5FBBAD;
}
</style>
background-color css
<style>
a { background-color: #5FBBAD; }
a { background-color: rgb(95,187,173); }
div.DivClassName
{
background-color: #5FBBAD;
}
.BgClassName
{
background-color: #5FBBAD;
}
</style>
border-color css
<style>
span { border-color: #5FBBAD; }
span { border-color: rgb(95,187,173); }
td.TdClassName
{
border-color: #5FBBAD;
}
.TagClassName
{
border-color: #5FBBAD;
}
</style>