Shades of Puerto Rico #60C2B1
Tints of Puerto Rico #60C2B1
RGB
CMYK
RGB Variations
Color information
#60C2B1 (or 0x60C2B1) is known color: Puerto Rico. HEX triplet: 60, C2 and B1. RGB value is (96,194,177). Sum of RGB (Red+Green+Blue) = 96+194+177=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #60C2B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C2B1 is #9F3D4E. Grayscale: #A2A2A2. Windows color (decimal): -10435919 or 11649632. OLE color: 11649632.
HSL color Cylindrical-coordinate representation of color #60C2B1: hue angle of 169.59º 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 #60C2B1 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 194 | 177 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.24 |
| HSL | 169.59º | 0.45% | 0.57% | - |
| HSV(B) | 169.59º | 0.51% | 0.76% | - |
| XYZ | 32.05 | 44.24 | 48.45 | - |
| YUV | 162.76 | 136.03 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 177 | 0.51 | 0 | 0.09 | 0.24 | 169.59 | 0.45 | 0.57 |
| Hex | 60 | C2 | B1 | 33 | 0 | 9 | 18 | AA | 2D | 39 |
| Octal | 140 | 302 | 261 | 63 | 0 | 11 | 30 | 252 | 55 | 71 |
| Binary | 1100000 | 11000010 | 10110001 | 110011 | 0 | 1001 | 11000 | 10101010 | 101101 | 111001 |
Color Harmonies of #60C2B1
Complementary color
Monochromatic Colors of #60C2B1
Black with #60C2B1
Text Example
Text Example
White with #60C2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2B1; }
p { color: rgb(96,194,177); }
H1.HeaderClassName
{
color: #60C2B1;
}
.AnyTagClassName
{
color: #60C2B1;
}
</style>
background-color css
<style>
a { background-color: #60C2B1; }
a { background-color: rgb(96,194,177); }
div.DivClassName
{
background-color: #60C2B1;
}
.BgClassName
{
background-color: #60C2B1;
}
</style>
border-color css
<style>
span { border-color: #60C2B1; }
span { border-color: rgb(96,194,177); }
td.TdClassName
{
border-color: #60C2B1;
}
.TagClassName
{
border-color: #60C2B1;
}
</style>