Shades of Puerto Rico #62C2B4
Tints of Puerto Rico #62C2B4
RGB
CMYK
RGB Variations
Color information
#62C2B4 (or 0x62C2B4) is known color: Puerto Rico. HEX triplet: 62, C2 and B4. RGB value is (98,194,180). Sum of RGB (Red+Green+Blue) = 98+194+180=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #62C2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2B4 is #9D3D4B. Grayscale: #A3A3A3. Windows color (decimal): -10304844 or 11846242. OLE color: 11846242.
HSL color Cylindrical-coordinate representation of color #62C2B4: hue angle of 171.25º 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 #62C2B4 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 180 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.24 |
| HSL | 171.25º | 0.44% | 0.57% | - |
| HSV(B) | 171.25º | 0.49% | 0.76% | - |
| XYZ | 32.57 | 44.48 | 50.05 | - |
| YUV | 163.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 180 | 0.49 | 0 | 0.07 | 0.24 | 171.25 | 0.44 | 0.57 |
| Hex | 62 | C2 | B4 | 31 | 0 | 7 | 18 | AB | 2C | 39 |
| Octal | 142 | 302 | 264 | 61 | 0 | 7 | 30 | 253 | 54 | 71 |
| Binary | 1100010 | 11000010 | 10110100 | 110001 | 0 | 111 | 11000 | 10101011 | 101100 | 111001 |
Color Harmonies of #62C2B4
Complementary color
Monochromatic Colors of #62C2B4
Black with #62C2B4
Text Example
Text Example
White with #62C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2B4; }
p { color: rgb(98,194,180); }
H1.HeaderClassName
{
color: #62C2B4;
}
.AnyTagClassName
{
color: #62C2B4;
}
</style>
background-color css
<style>
a { background-color: #62C2B4; }
a { background-color: rgb(98,194,180); }
div.DivClassName
{
background-color: #62C2B4;
}
.BgClassName
{
background-color: #62C2B4;
}
</style>
border-color css
<style>
span { border-color: #62C2B4; }
span { border-color: rgb(98,194,180); }
td.TdClassName
{
border-color: #62C2B4;
}
.TagClassName
{
border-color: #62C2B4;
}
</style>