Shades of Puerto Rico #5FBCAC
Tints of Puerto Rico #5FBCAC
RGB
CMYK
RGB Variations
Color information
#5FBCAC (or 0x5FBCAC) is known color: Puerto Rico. HEX triplet: 5F, BC and AC. RGB value is (95,188,172). Sum of RGB (Red+Green+Blue) = 95+188+172=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBCAC is #A04353. Grayscale: #9E9E9E. Windows color (decimal): -10502996 or 11320415. OLE color: 11320415.
HSL color Cylindrical-coordinate representation of color #5FBCAC: hue angle of 169.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBCAC is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 172 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.26 |
| HSL | 169.68º | 0.41% | 0.55% | - |
| HSV(B) | 169.68º | 0.49% | 0.74% | - |
| XYZ | 30.15 | 41.38 | 45.43 | - |
| YUV | 158.37 | 135.69 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 172 | 0.49 | 0 | 0.09 | 0.26 | 169.68 | 0.41 | 0.55 |
| Hex | 5F | BC | AC | 31 | 0 | 9 | 1A | AA | 29 | 37 |
| Octal | 137 | 274 | 254 | 61 | 0 | 11 | 32 | 252 | 51 | 67 |
| Binary | 1011111 | 10111100 | 10101100 | 110001 | 0 | 1001 | 11010 | 10101010 | 101001 | 110111 |
Color Harmonies of #5FBCAC
Complementary color
Monochromatic Colors of #5FBCAC
Black with #5FBCAC
Text Example
Text Example
White with #5FBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCAC; }
p { color: rgb(95,188,172); }
H1.HeaderClassName
{
color: #5FBCAC;
}
.AnyTagClassName
{
color: #5FBCAC;
}
</style>
background-color css
<style>
a { background-color: #5FBCAC; }
a { background-color: rgb(95,188,172); }
div.DivClassName
{
background-color: #5FBCAC;
}
.BgClassName
{
background-color: #5FBCAC;
}
</style>
border-color css
<style>
span { border-color: #5FBCAC; }
span { border-color: rgb(95,188,172); }
td.TdClassName
{
border-color: #5FBCAC;
}
.TagClassName
{
border-color: #5FBCAC;
}
</style>