Shades of Puerto Rico #60C0A2
Tints of Puerto Rico #60C0A2
RGB
CMYK
RGB Variations
Color information
#60C0A2 (or 0x60C0A2) is known color: Puerto Rico. HEX triplet: 60, C0 and A2. RGB value is (96,192,162). Sum of RGB (Red+Green+Blue) = 96+192+162=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C0A2 is #9F3F5D. Grayscale: #9F9F9F. Windows color (decimal): -10436446 or 10666080. OLE color: 10666080.
HSL color Cylindrical-coordinate representation of color #60C0A2: hue angle of 161.25º 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 #60C0A2 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 162 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.25 |
| HSL | 161.25º | 0.43% | 0.56% | - |
| HSV(B) | 161.25º | 0.5% | 0.75% | - |
| XYZ | 30.2 | 42.79 | 40.85 | - |
| YUV | 159.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 162 | 0.50 | 0 | 0.16 | 0.25 | 161.25 | 0.43 | 0.56 |
| Hex | 60 | C0 | A2 | 32 | 0 | 10 | 19 | A1 | 2B | 38 |
| Octal | 140 | 300 | 242 | 62 | 0 | 20 | 31 | 241 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10100010 | 110010 | 0 | 10000 | 11001 | 10100001 | 101011 | 111000 |
Color Harmonies of #60C0A2
Complementary color
Monochromatic Colors of #60C0A2
Black with #60C0A2
Text Example
Text Example
White with #60C0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0A2; }
p { color: rgb(96,192,162); }
H1.HeaderClassName
{
color: #60C0A2;
}
.AnyTagClassName
{
color: #60C0A2;
}
</style>
background-color css
<style>
a { background-color: #60C0A2; }
a { background-color: rgb(96,192,162); }
div.DivClassName
{
background-color: #60C0A2;
}
.BgClassName
{
background-color: #60C0A2;
}
</style>
border-color css
<style>
span { border-color: #60C0A2; }
span { border-color: rgb(96,192,162); }
td.TdClassName
{
border-color: #60C0A2;
}
.TagClassName
{
border-color: #60C0A2;
}
</style>