Shades of Puerto Rico #60C1A8
Tints of Puerto Rico #60C1A8
RGB
CMYK
RGB Variations
Color information
#60C1A8 (or 0x60C1A8) is known color: Puerto Rico. HEX triplet: 60, C1 and A8. RGB value is (96,193,168). Sum of RGB (Red+Green+Blue) = 96+193+168=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1A8 is #9F3E57. Grayscale: #A1A1A1. Windows color (decimal): -10436184 or 11059552. OLE color: 11059552.
HSL color Cylindrical-coordinate representation of color #60C1A8: hue angle of 164.54º 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 #60C1A8 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 168 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.24 |
| HSL | 164.54º | 0.44% | 0.57% | - |
| HSV(B) | 164.54º | 0.5% | 0.76% | - |
| XYZ | 30.96 | 43.45 | 43.8 | - |
| YUV | 161.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 168 | 0.50 | 0 | 0.13 | 0.24 | 164.54 | 0.44 | 0.57 |
| Hex | 60 | C1 | A8 | 32 | 0 | D | 18 | A5 | 2C | 39 |
| Octal | 140 | 301 | 250 | 62 | 0 | 15 | 30 | 245 | 54 | 71 |
| Binary | 1100000 | 11000001 | 10101000 | 110010 | 0 | 1101 | 11000 | 10100101 | 101100 | 111001 |
Color Harmonies of #60C1A8
Complementary color
Monochromatic Colors of #60C1A8
Black with #60C1A8
Text Example
Text Example
White with #60C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1A8; }
p { color: rgb(96,193,168); }
H1.HeaderClassName
{
color: #60C1A8;
}
.AnyTagClassName
{
color: #60C1A8;
}
</style>
background-color css
<style>
a { background-color: #60C1A8; }
a { background-color: rgb(96,193,168); }
div.DivClassName
{
background-color: #60C1A8;
}
.BgClassName
{
background-color: #60C1A8;
}
</style>
border-color css
<style>
span { border-color: #60C1A8; }
span { border-color: rgb(96,193,168); }
td.TdClassName
{
border-color: #60C1A8;
}
.TagClassName
{
border-color: #60C1A8;
}
</style>