Shades of Puerto Rico #60C1AD
Tints of Puerto Rico #60C1AD
RGB
CMYK
RGB Variations
Color information
#60C1AD (or 0x60C1AD) is known color: Puerto Rico. HEX triplet: 60, C1 and AD. RGB value is (96,193,173). Sum of RGB (Red+Green+Blue) = 96+193+173=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1AD is #9F3E52. Grayscale: #A1A1A1. Windows color (decimal): -10436179 or 11387232. OLE color: 11387232.
HSL color Cylindrical-coordinate representation of color #60C1AD: hue angle of 167.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1AD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 173 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.24 |
| HSL | 167.63º | 0.44% | 0.57% | - |
| HSV(B) | 167.63º | 0.5% | 0.76% | - |
| XYZ | 31.44 | 43.64 | 46.3 | - |
| YUV | 161.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 173 | 0.50 | 0 | 0.10 | 0.24 | 167.63 | 0.44 | 0.57 |
| Hex | 60 | C1 | AD | 32 | 0 | A | 18 | A8 | 2C | 39 |
| Octal | 140 | 301 | 255 | 62 | 0 | 12 | 30 | 250 | 54 | 71 |
| Binary | 1100000 | 11000001 | 10101101 | 110010 | 0 | 1010 | 11000 | 10101000 | 101100 | 111001 |
Color Harmonies of #60C1AD
Complementary color
Monochromatic Colors of #60C1AD
Black with #60C1AD
Text Example
Text Example
White with #60C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1AD; }
p { color: rgb(96,193,173); }
H1.HeaderClassName
{
color: #60C1AD;
}
.AnyTagClassName
{
color: #60C1AD;
}
</style>
background-color css
<style>
a { background-color: #60C1AD; }
a { background-color: rgb(96,193,173); }
div.DivClassName
{
background-color: #60C1AD;
}
.BgClassName
{
background-color: #60C1AD;
}
</style>
border-color css
<style>
span { border-color: #60C1AD; }
span { border-color: rgb(96,193,173); }
td.TdClassName
{
border-color: #60C1AD;
}
.TagClassName
{
border-color: #60C1AD;
}
</style>