Shades of Puerto Rico #60C1A4
Tints of Puerto Rico #60C1A4
RGB
CMYK
RGB Variations
Color information
#60C1A4 (or 0x60C1A4) is known color: Puerto Rico. HEX triplet: 60, C1 and A4. RGB value is (96,193,164). Sum of RGB (Red+Green+Blue) = 96+193+164=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C1A4 is #9F3E5B. Grayscale: #A0A0A0. Windows color (decimal): -10436188 or 10797408. OLE color: 10797408.
HSL color Cylindrical-coordinate representation of color #60C1A4: hue angle of 162.06º 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 #60C1A4 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 164 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.24 |
| HSL | 162.06º | 0.44% | 0.57% | - |
| HSV(B) | 162.06º | 0.5% | 0.76% | - |
| XYZ | 30.59 | 43.31 | 41.87 | - |
| YUV | 160.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 164 | 0.50 | 0 | 0.15 | 0.24 | 162.06 | 0.44 | 0.57 |
| Hex | 60 | C1 | A4 | 32 | 0 | F | 18 | A2 | 2C | 39 |
| Octal | 140 | 301 | 244 | 62 | 0 | 17 | 30 | 242 | 54 | 71 |
| Binary | 1100000 | 11000001 | 10100100 | 110010 | 0 | 1111 | 11000 | 10100010 | 101100 | 111001 |
Color Harmonies of #60C1A4
Complementary color
Monochromatic Colors of #60C1A4
Black with #60C1A4
Text Example
Text Example
White with #60C1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1A4; }
p { color: rgb(96,193,164); }
H1.HeaderClassName
{
color: #60C1A4;
}
.AnyTagClassName
{
color: #60C1A4;
}
</style>
background-color css
<style>
a { background-color: #60C1A4; }
a { background-color: rgb(96,193,164); }
div.DivClassName
{
background-color: #60C1A4;
}
.BgClassName
{
background-color: #60C1A4;
}
</style>
border-color css
<style>
span { border-color: #60C1A4; }
span { border-color: rgb(96,193,164); }
td.TdClassName
{
border-color: #60C1A4;
}
.TagClassName
{
border-color: #60C1A4;
}
</style>