Shades of Puerto Rico #62C2AD
Tints of Puerto Rico #62C2AD
RGB
CMYK
RGB Variations
Color information
#62C2AD (or 0x62C2AD) is known color: Puerto Rico. HEX triplet: 62, C2 and AD. RGB value is (98,194,173). Sum of RGB (Red+Green+Blue) = 98+194+173=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #62C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C2AD is #9D3D52. Grayscale: #A2A2A2. Windows color (decimal): -10304851 or 11387490. OLE color: 11387490.
HSL color Cylindrical-coordinate representation of color #62C2AD: hue angle of 166.88º degrees, saturation: 0.44, 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 #62C2AD is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 173 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.24 |
| HSL | 166.88º | 0.44% | 0.57% | - |
| HSV(B) | 166.88º | 0.49% | 0.76% | - |
| XYZ | 31.87 | 44.2 | 46.39 | - |
| YUV | 162.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 173 | 0.49 | 0 | 0.11 | 0.24 | 166.88 | 0.44 | 0.57 |
| Hex | 62 | C2 | AD | 31 | 0 | B | 18 | A7 | 2C | 39 |
| Octal | 142 | 302 | 255 | 61 | 0 | 13 | 30 | 247 | 54 | 71 |
| Binary | 1100010 | 11000010 | 10101101 | 110001 | 0 | 1011 | 11000 | 10100111 | 101100 | 111001 |
Color Harmonies of #62C2AD
Complementary color
Monochromatic Colors of #62C2AD
Black with #62C2AD
Text Example
Text Example
White with #62C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2AD; }
p { color: rgb(98,194,173); }
H1.HeaderClassName
{
color: #62C2AD;
}
.AnyTagClassName
{
color: #62C2AD;
}
</style>
background-color css
<style>
a { background-color: #62C2AD; }
a { background-color: rgb(98,194,173); }
div.DivClassName
{
background-color: #62C2AD;
}
.BgClassName
{
background-color: #62C2AD;
}
</style>
border-color css
<style>
span { border-color: #62C2AD; }
span { border-color: rgb(98,194,173); }
td.TdClassName
{
border-color: #62C2AD;
}
.TagClassName
{
border-color: #62C2AD;
}
</style>