Shades of Puerto Rico #62C2AE
Tints of Puerto Rico #62C2AE
RGB
CMYK
RGB Variations
Color information
#62C2AE (or 0x62C2AE) is known color: Puerto Rico. HEX triplet: 62, C2 and AE. RGB value is (98,194,174). Sum of RGB (Red+Green+Blue) = 98+194+174=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #62C2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C2AE is #9D3D51. Grayscale: #A3A3A3. Windows color (decimal): -10304850 or 11453026. OLE color: 11453026.
HSL color Cylindrical-coordinate representation of color #62C2AE: hue angle of 167.5º 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 #62C2AE is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 174 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.24 |
| HSL | 167.5º | 0.44% | 0.57% | - |
| HSV(B) | 167.5º | 0.49% | 0.76% | - |
| XYZ | 31.97 | 44.24 | 46.9 | - |
| YUV | 163.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 174 | 0.49 | 0 | 0.10 | 0.24 | 167.5 | 0.44 | 0.57 |
| Hex | 62 | C2 | AE | 31 | 0 | A | 18 | A8 | 2C | 39 |
| Octal | 142 | 302 | 256 | 61 | 0 | 12 | 30 | 250 | 54 | 71 |
| Binary | 1100010 | 11000010 | 10101110 | 110001 | 0 | 1010 | 11000 | 10101000 | 101100 | 111001 |
Color Harmonies of #62C2AE
Complementary color
Monochromatic Colors of #62C2AE
Black with #62C2AE
Text Example
Text Example
White with #62C2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2AE; }
p { color: rgb(98,194,174); }
H1.HeaderClassName
{
color: #62C2AE;
}
.AnyTagClassName
{
color: #62C2AE;
}
</style>
background-color css
<style>
a { background-color: #62C2AE; }
a { background-color: rgb(98,194,174); }
div.DivClassName
{
background-color: #62C2AE;
}
.BgClassName
{
background-color: #62C2AE;
}
</style>
border-color css
<style>
span { border-color: #62C2AE; }
span { border-color: rgb(98,194,174); }
td.TdClassName
{
border-color: #62C2AE;
}
.TagClassName
{
border-color: #62C2AE;
}
</style>