Shades of Viking #62C2CC
Tints of Viking #62C2CC
RGB
CMYK
RGB Variations
Color information
#62C2CC (or 0x62C2CC) is known color: Viking. HEX triplet: 62, C2 and CC. RGB value is (98,194,204). Sum of RGB (Red+Green+Blue) = 98+194+204=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #62C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C2CC is #9D3D33. Grayscale: #A6A6A6. Windows color (decimal): -10304820 or 13419106. OLE color: 13419106.
HSL color Cylindrical-coordinate representation of color #62C2CC: hue angle of 185.66º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C2CC is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 194 | 204 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.2 |
| HSL | 185.66º | 0.51% | 0.59% | - |
| HSV(B) | 185.66º | 0.52% | 0.8% | - |
| XYZ | 35.23 | 45.54 | 64.06 | - |
| YUV | 166.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 204 | 0.52 | 0.05 | 0 | 0.2 | 185.66 | 0.51 | 0.59 |
| Hex | 62 | C2 | CC | 34 | 5 | 0 | 14 | BA | 33 | 3B |
| Octal | 142 | 302 | 314 | 64 | 5 | 0 | 24 | 272 | 63 | 73 |
| Binary | 1100010 | 11000010 | 11001100 | 110100 | 101 | 0 | 10100 | 10111010 | 110011 | 111011 |
Color Harmonies of #62C2CC
Complementary color
Monochromatic Colors of #62C2CC
Black with #62C2CC
Text Example
Text Example
White with #62C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C2CC; }
p { color: rgb(98,194,204); }
H1.HeaderClassName
{
color: #62C2CC;
}
.AnyTagClassName
{
color: #62C2CC;
}
</style>
background-color css
<style>
a { background-color: #62C2CC; }
a { background-color: rgb(98,194,204); }
div.DivClassName
{
background-color: #62C2CC;
}
.BgClassName
{
background-color: #62C2CC;
}
</style>
border-color css
<style>
span { border-color: #62C2CC; }
span { border-color: rgb(98,194,204); }
td.TdClassName
{
border-color: #62C2CC;
}
.TagClassName
{
border-color: #62C2CC;
}
</style>