Shades of Puerto Rico #60BCAA
Tints of Puerto Rico #60BCAA
RGB
CMYK
RGB Variations
Color information
#60BCAA (or 0x60BCAA) is known color: Puerto Rico. HEX triplet: 60, BC and AA. RGB value is (96,188,170). Sum of RGB (Red+Green+Blue) = 96+188+170=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BCAA is #9F4355. Grayscale: #9E9E9E. Windows color (decimal): -10437462 or 11189344. OLE color: 11189344.
HSL color Cylindrical-coordinate representation of color #60BCAA: hue angle of 168.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCAA is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 170 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.26 |
| HSL | 168.26º | 0.41% | 0.56% | - |
| HSV(B) | 168.26º | 0.49% | 0.74% | - |
| XYZ | 30.06 | 41.36 | 44.43 | - |
| YUV | 158.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 170 | 0.49 | 0 | 0.10 | 0.26 | 168.26 | 0.41 | 0.56 |
| Hex | 60 | BC | AA | 31 | 0 | A | 1A | A8 | 29 | 38 |
| Octal | 140 | 274 | 252 | 61 | 0 | 12 | 32 | 250 | 51 | 70 |
| Binary | 1100000 | 10111100 | 10101010 | 110001 | 0 | 1010 | 11010 | 10101000 | 101001 | 111000 |
Color Harmonies of #60BCAA
Complementary color
Monochromatic Colors of #60BCAA
Black with #60BCAA
Text Example
Text Example
White with #60BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCAA; }
p { color: rgb(96,188,170); }
H1.HeaderClassName
{
color: #60BCAA;
}
.AnyTagClassName
{
color: #60BCAA;
}
</style>
background-color css
<style>
a { background-color: #60BCAA; }
a { background-color: rgb(96,188,170); }
div.DivClassName
{
background-color: #60BCAA;
}
.BgClassName
{
background-color: #60BCAA;
}
</style>
border-color css
<style>
span { border-color: #60BCAA; }
span { border-color: rgb(96,188,170); }
td.TdClassName
{
border-color: #60BCAA;
}
.TagClassName
{
border-color: #60BCAA;
}
</style>