Shades of Viking #3EADC0
Tints of Viking #3EADC0
RGB
CMYK
RGB Variations
Color information
#3EADC0 (or 0x3EADC0) is known color: Viking. HEX triplet: 3E, AD and C0. RGB value is (62,173,192). Sum of RGB (Red+Green+Blue) = 62+173+192=427 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.52% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #3EADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADC0 is #C1523F. Grayscale: #8D8D8D. Windows color (decimal): -12669504 or 12627262. OLE color: 12627262.
HSL color Cylindrical-coordinate representation of color #3EADC0: hue angle of 188.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EADC0 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 173 | 192 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.25 |
| HSL | 188.77º | 0.51% | 0.5% | - |
| HSV(B) | 188.77º | 0.68% | 0.75% | - |
| XYZ | 26.44 | 34.72 | 55.18 | - |
| YUV | 141.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 192 | 0.68 | 0.10 | 0 | 0.25 | 188.77 | 0.51 | 0.5 |
| Hex | 3E | AD | C0 | 44 | A | 0 | 19 | BD | 33 | 32 |
| Octal | 76 | 255 | 300 | 104 | 12 | 0 | 31 | 275 | 63 | 62 |
| Binary | 111110 | 10101101 | 11000000 | 1000100 | 1010 | 0 | 11001 | 10111101 | 110011 | 110010 |
Color Harmonies of #3EADC0
Complementary color
Monochromatic Colors of #3EADC0
Black with #3EADC0
Text Example
Text Example
White with #3EADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADC0; }
p { color: rgb(62,173,192); }
H1.HeaderClassName
{
color: #3EADC0;
}
.AnyTagClassName
{
color: #3EADC0;
}
</style>
background-color css
<style>
a { background-color: #3EADC0; }
a { background-color: rgb(62,173,192); }
div.DivClassName
{
background-color: #3EADC0;
}
.BgClassName
{
background-color: #3EADC0;
}
</style>
border-color css
<style>
span { border-color: #3EADC0; }
span { border-color: rgb(62,173,192); }
td.TdClassName
{
border-color: #3EADC0;
}
.TagClassName
{
border-color: #3EADC0;
}
</style>