Shades of Puerto Rico #62C1AC
Tints of Puerto Rico #62C1AC
RGB
CMYK
RGB Variations
Color information
#62C1AC (or 0x62C1AC) is known color: Puerto Rico. HEX triplet: 62, C1 and AC. RGB value is (98,193,172). Sum of RGB (Red+Green+Blue) = 98+193+172=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #62C1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C1AC is #9D3E53. Grayscale: #A2A2A2. Windows color (decimal): -10305108 or 11321698. OLE color: 11321698.
HSL color Cylindrical-coordinate representation of color #62C1AC: hue angle of 166.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C1AC is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 193 | 172 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.24 |
| HSL | 166.74º | 0.43% | 0.57% | - |
| HSV(B) | 166.74º | 0.49% | 0.76% | - |
| XYZ | 31.55 | 43.72 | 45.8 | - |
| YUV | 162.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 193 | 172 | 0.49 | 0 | 0.11 | 0.24 | 166.74 | 0.43 | 0.57 |
| Hex | 62 | C1 | AC | 31 | 0 | B | 18 | A7 | 2B | 39 |
| Octal | 142 | 301 | 254 | 61 | 0 | 13 | 30 | 247 | 53 | 71 |
| Binary | 1100010 | 11000001 | 10101100 | 110001 | 0 | 1011 | 11000 | 10100111 | 101011 | 111001 |
Color Harmonies of #62C1AC
Complementary color
Monochromatic Colors of #62C1AC
Black with #62C1AC
Text Example
Text Example
White with #62C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C1AC; }
p { color: rgb(98,193,172); }
H1.HeaderClassName
{
color: #62C1AC;
}
.AnyTagClassName
{
color: #62C1AC;
}
</style>
background-color css
<style>
a { background-color: #62C1AC; }
a { background-color: rgb(98,193,172); }
div.DivClassName
{
background-color: #62C1AC;
}
.BgClassName
{
background-color: #62C1AC;
}
</style>
border-color css
<style>
span { border-color: #62C1AC; }
span { border-color: rgb(98,193,172); }
td.TdClassName
{
border-color: #62C1AC;
}
.TagClassName
{
border-color: #62C1AC;
}
</style>