Shades of Puerto Rico #62C0AC
Tints of Puerto Rico #62C0AC
RGB
CMYK
RGB Variations
Color information
#62C0AC (or 0x62C0AC) is known color: Puerto Rico. HEX triplet: 62, C0 and AC. RGB value is (98,192,172). Sum of RGB (Red+Green+Blue) = 98+192+172=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #62C0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C0AC is #9D3F53. Grayscale: #A1A1A1. Windows color (decimal): -10305364 or 11321442. OLE color: 11321442.
HSL color Cylindrical-coordinate representation of color #62C0AC: hue angle of 167.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C0AC is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 172 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.25 |
| HSL | 167.23º | 0.43% | 0.57% | - |
| HSV(B) | 167.23º | 0.49% | 0.75% | - |
| XYZ | 31.33 | 43.27 | 45.73 | - |
| YUV | 161.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 172 | 0.49 | 0 | 0.10 | 0.25 | 167.23 | 0.43 | 0.57 |
| Hex | 62 | C0 | AC | 31 | 0 | A | 19 | A7 | 2B | 39 |
| Octal | 142 | 300 | 254 | 61 | 0 | 12 | 31 | 247 | 53 | 71 |
| Binary | 1100010 | 11000000 | 10101100 | 110001 | 0 | 1010 | 11001 | 10100111 | 101011 | 111001 |
Color Harmonies of #62C0AC
Complementary color
Monochromatic Colors of #62C0AC
Black with #62C0AC
Text Example
Text Example
White with #62C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C0AC; }
p { color: rgb(98,192,172); }
H1.HeaderClassName
{
color: #62C0AC;
}
.AnyTagClassName
{
color: #62C0AC;
}
</style>
background-color css
<style>
a { background-color: #62C0AC; }
a { background-color: rgb(98,192,172); }
div.DivClassName
{
background-color: #62C0AC;
}
.BgClassName
{
background-color: #62C0AC;
}
</style>
border-color css
<style>
span { border-color: #62C0AC; }
span { border-color: rgb(98,192,172); }
td.TdClassName
{
border-color: #62C0AC;
}
.TagClassName
{
border-color: #62C0AC;
}
</style>