Shades of Viking #62C1CA
Tints of Viking #62C1CA
RGB
CMYK
RGB Variations
Color information
#62C1CA (or 0x62C1CA) is known color: Viking. HEX triplet: 62, C1 and CA. RGB value is (98,193,202). Sum of RGB (Red+Green+Blue) = 98+193+202=493 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.88% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #62C1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C1CA is #9D3E35. Grayscale: #A5A5A5. Windows color (decimal): -10305078 or 13287778. OLE color: 13287778.
HSL color Cylindrical-coordinate representation of color #62C1CA: hue angle of 185.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C1CA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 193 | 202 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.21 |
| HSL | 185.19º | 0.5% | 0.59% | - |
| HSV(B) | 185.19º | 0.51% | 0.79% | - |
| XYZ | 34.77 | 45 | 62.73 | - |
| YUV | 165.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 193 | 202 | 0.51 | 0.04 | 0 | 0.21 | 185.19 | 0.5 | 0.59 |
| Hex | 62 | C1 | CA | 33 | 4 | 0 | 15 | B9 | 32 | 3B |
| Octal | 142 | 301 | 312 | 63 | 4 | 0 | 25 | 271 | 62 | 73 |
| Binary | 1100010 | 11000001 | 11001010 | 110011 | 100 | 0 | 10101 | 10111001 | 110010 | 111011 |
Color Harmonies of #62C1CA
Complementary color
Monochromatic Colors of #62C1CA
Black with #62C1CA
Text Example
Text Example
White with #62C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C1CA; }
p { color: rgb(98,193,202); }
H1.HeaderClassName
{
color: #62C1CA;
}
.AnyTagClassName
{
color: #62C1CA;
}
</style>
background-color css
<style>
a { background-color: #62C1CA; }
a { background-color: rgb(98,193,202); }
div.DivClassName
{
background-color: #62C1CA;
}
.BgClassName
{
background-color: #62C1CA;
}
</style>
border-color css
<style>
span { border-color: #62C1CA; }
span { border-color: rgb(98,193,202); }
td.TdClassName
{
border-color: #62C1CA;
}
.TagClassName
{
border-color: #62C1CA;
}
</style>