Shades of Puerto Rico #60C3AC
Tints of Puerto Rico #60C3AC
RGB
CMYK
RGB Variations
Color information
#60C3AC (or 0x60C3AC) is known color: Puerto Rico. HEX triplet: 60, C3 and AC. RGB value is (96,195,172). Sum of RGB (Red+Green+Blue) = 96+195+172=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #60C3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C3AC is #9F3C53. Grayscale: #A2A2A2. Windows color (decimal): -10435668 or 11322208. OLE color: 11322208.
HSL color Cylindrical-coordinate representation of color #60C3AC: hue angle of 166.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C3AC is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 172 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.24 |
| HSL | 166.06º | 0.45% | 0.57% | - |
| HSV(B) | 166.06º | 0.51% | 0.76% | - |
| XYZ | 31.79 | 44.5 | 45.94 | - |
| YUV | 162.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 172 | 0.51 | 0 | 0.12 | 0.24 | 166.06 | 0.45 | 0.57 |
| Hex | 60 | C3 | AC | 33 | 0 | C | 18 | A6 | 2D | 39 |
| Octal | 140 | 303 | 254 | 63 | 0 | 14 | 30 | 246 | 55 | 71 |
| Binary | 1100000 | 11000011 | 10101100 | 110011 | 0 | 1100 | 11000 | 10100110 | 101101 | 111001 |
Color Harmonies of #60C3AC
Complementary color
Monochromatic Colors of #60C3AC
Black with #60C3AC
Text Example
Text Example
White with #60C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C3AC; }
p { color: rgb(96,195,172); }
H1.HeaderClassName
{
color: #60C3AC;
}
.AnyTagClassName
{
color: #60C3AC;
}
</style>
background-color css
<style>
a { background-color: #60C3AC; }
a { background-color: rgb(96,195,172); }
div.DivClassName
{
background-color: #60C3AC;
}
.BgClassName
{
background-color: #60C3AC;
}
</style>
border-color css
<style>
span { border-color: #60C3AC; }
span { border-color: rgb(96,195,172); }
td.TdClassName
{
border-color: #60C3AC;
}
.TagClassName
{
border-color: #60C3AC;
}
</style>