Shades of Puerto Rico #5FBDAB
Tints of Puerto Rico #5FBDAB
RGB
CMYK
RGB Variations
Color information
#5FBDAB (or 0x5FBDAB) is known color: Puerto Rico. HEX triplet: 5F, BD and AB. RGB value is (95,189,171). Sum of RGB (Red+Green+Blue) = 95+189+171=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBDAB is #A04254. Grayscale: #9E9E9E. Windows color (decimal): -10502741 or 11255135. OLE color: 11255135.
HSL color Cylindrical-coordinate representation of color #5FBDAB: hue angle of 168.51º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBDAB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 171 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.26 |
| HSL | 168.51º | 0.42% | 0.56% | - |
| HSV(B) | 168.51º | 0.5% | 0.74% | - |
| XYZ | 30.27 | 41.77 | 44.99 | - |
| YUV | 158.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 171 | 0.50 | 0 | 0.10 | 0.26 | 168.51 | 0.42 | 0.56 |
| Hex | 5F | BD | AB | 32 | 0 | A | 1A | A9 | 2A | 38 |
| Octal | 137 | 275 | 253 | 62 | 0 | 12 | 32 | 251 | 52 | 70 |
| Binary | 1011111 | 10111101 | 10101011 | 110010 | 0 | 1010 | 11010 | 10101001 | 101010 | 111000 |
Color Harmonies of #5FBDAB
Complementary color
Monochromatic Colors of #5FBDAB
Black with #5FBDAB
Text Example
Text Example
White with #5FBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDAB; }
p { color: rgb(95,189,171); }
H1.HeaderClassName
{
color: #5FBDAB;
}
.AnyTagClassName
{
color: #5FBDAB;
}
</style>
background-color css
<style>
a { background-color: #5FBDAB; }
a { background-color: rgb(95,189,171); }
div.DivClassName
{
background-color: #5FBDAB;
}
.BgClassName
{
background-color: #5FBDAB;
}
</style>
border-color css
<style>
span { border-color: #5FBDAB; }
span { border-color: rgb(95,189,171); }
td.TdClassName
{
border-color: #5FBDAB;
}
.TagClassName
{
border-color: #5FBDAB;
}
</style>