Shades of Viking #62C2CA
Tints of Viking #62C2CA
RGB
CMYK
RGB Variations
Color information
#62C2CA (or 0x62C2CA) is known color: Viking. HEX triplet: 62, C2 and CA. RGB value is (98,194,202). Sum of RGB (Red+Green+Blue) = 98+194+202=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #62C2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2CA is #9D3D35. Grayscale: #A6A6A6. Windows color (decimal): -10304822 or 13288034. OLE color: 13288034.
HSL color Cylindrical-coordinate representation of color #62C2CA: hue angle of 184.62º 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 #62C2CA is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 194 | 202 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.21 |
| HSL | 184.62º | 0.5% | 0.59% | - |
| HSV(B) | 184.62º | 0.51% | 0.79% | - |
| XYZ | 34.99 | 45.44 | 62.8 | - |
| YUV | 166.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 202 | 0.51 | 0.04 | 0 | 0.21 | 184.62 | 0.5 | 0.59 |
| Hex | 62 | C2 | CA | 33 | 4 | 0 | 15 | B9 | 32 | 3B |
| Octal | 142 | 302 | 312 | 63 | 4 | 0 | 25 | 271 | 62 | 73 |
| Binary | 1100010 | 11000010 | 11001010 | 110011 | 100 | 0 | 10101 | 10111001 | 110010 | 111011 |
Color Harmonies of #62C2CA
Complementary color
Monochromatic Colors of #62C2CA
Black with #62C2CA
Text Example
Text Example
White with #62C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2CA; }
p { color: rgb(98,194,202); }
H1.HeaderClassName
{
color: #62C2CA;
}
.AnyTagClassName
{
color: #62C2CA;
}
</style>
background-color css
<style>
a { background-color: #62C2CA; }
a { background-color: rgb(98,194,202); }
div.DivClassName
{
background-color: #62C2CA;
}
.BgClassName
{
background-color: #62C2CA;
}
</style>
border-color css
<style>
span { border-color: #62C2CA; }
span { border-color: rgb(98,194,202); }
td.TdClassName
{
border-color: #62C2CA;
}
.TagClassName
{
border-color: #62C2CA;
}
</style>