Shades of Puerto Rico #60C0A7
Tints of Puerto Rico #60C0A7
RGB
CMYK
RGB Variations
Color information
#60C0A7 (or 0x60C0A7) is known color: Puerto Rico. HEX triplet: 60, C0 and A7. RGB value is (96,192,167). Sum of RGB (Red+Green+Blue) = 96+192+167=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C0A7 is #9F3F58. Grayscale: #A0A0A0. Windows color (decimal): -10436441 or 10993760. OLE color: 10993760.
HSL color Cylindrical-coordinate representation of color #60C0A7: hue angle of 164.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C0A7 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 167 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.25 |
| HSL | 164.38º | 0.43% | 0.56% | - |
| HSV(B) | 164.38º | 0.5% | 0.75% | - |
| XYZ | 30.65 | 42.98 | 43.24 | - |
| YUV | 160.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 167 | 0.50 | 0 | 0.13 | 0.25 | 164.38 | 0.43 | 0.56 |
| Hex | 60 | C0 | A7 | 32 | 0 | D | 19 | A4 | 2B | 38 |
| Octal | 140 | 300 | 247 | 62 | 0 | 15 | 31 | 244 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10100111 | 110010 | 0 | 1101 | 11001 | 10100100 | 101011 | 111000 |
Color Harmonies of #60C0A7
Complementary color
Monochromatic Colors of #60C0A7
Black with #60C0A7
Text Example
Text Example
White with #60C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0A7; }
p { color: rgb(96,192,167); }
H1.HeaderClassName
{
color: #60C0A7;
}
.AnyTagClassName
{
color: #60C0A7;
}
</style>
background-color css
<style>
a { background-color: #60C0A7; }
a { background-color: rgb(96,192,167); }
div.DivClassName
{
background-color: #60C0A7;
}
.BgClassName
{
background-color: #60C0A7;
}
</style>
border-color css
<style>
span { border-color: #60C0A7; }
span { border-color: rgb(96,192,167); }
td.TdClassName
{
border-color: #60C0A7;
}
.TagClassName
{
border-color: #60C0A7;
}
</style>