Shades of Puerto Rico #62C1AA
Tints of Puerto Rico #62C1AA
RGB
CMYK
RGB Variations
Color information
#62C1AA (or 0x62C1AA) is known color: Puerto Rico. HEX triplet: 62, C1 and AA. RGB value is (98,193,170). Sum of RGB (Red+Green+Blue) = 98+193+170=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #62C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C1AA is #9D3E55. Grayscale: #A1A1A1. Windows color (decimal): -10305110 or 11190626. OLE color: 11190626.
HSL color Cylindrical-coordinate representation of color #62C1AA: hue angle of 165.47º 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 #62C1AA is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 193 | 170 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.24 |
| HSL | 165.47º | 0.43% | 0.57% | - |
| HSV(B) | 165.47º | 0.49% | 0.76% | - |
| XYZ | 31.36 | 43.64 | 44.8 | - |
| YUV | 161.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 193 | 170 | 0.49 | 0 | 0.12 | 0.24 | 165.47 | 0.43 | 0.57 |
| Hex | 62 | C1 | AA | 31 | 0 | C | 18 | A5 | 2B | 39 |
| Octal | 142 | 301 | 252 | 61 | 0 | 14 | 30 | 245 | 53 | 71 |
| Binary | 1100010 | 11000001 | 10101010 | 110001 | 0 | 1100 | 11000 | 10100101 | 101011 | 111001 |
Color Harmonies of #62C1AA
Complementary color
Monochromatic Colors of #62C1AA
Black with #62C1AA
Text Example
Text Example
White with #62C1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C1AA; }
p { color: rgb(98,193,170); }
H1.HeaderClassName
{
color: #62C1AA;
}
.AnyTagClassName
{
color: #62C1AA;
}
</style>
background-color css
<style>
a { background-color: #62C1AA; }
a { background-color: rgb(98,193,170); }
div.DivClassName
{
background-color: #62C1AA;
}
.BgClassName
{
background-color: #62C1AA;
}
</style>
border-color css
<style>
span { border-color: #62C1AA; }
span { border-color: rgb(98,193,170); }
td.TdClassName
{
border-color: #62C1AA;
}
.TagClassName
{
border-color: #62C1AA;
}
</style>