Shades of Viking #3EBED0
Tints of Viking #3EBED0
RGB
CMYK
RGB Variations
Color information
#3EBED0 (or 0x3EBED0) is known color: Viking. HEX triplet: 3E, BE and D0. RGB value is (62,190,208). Sum of RGB (Red+Green+Blue) = 62+190+208=460 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.48% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #3EBED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBED0 is #C1412F. Grayscale: #999999. Windows color (decimal): -12665136 or 13680190. OLE color: 13680190.
HSL color Cylindrical-coordinate representation of color #3EBED0: hue angle of 187.4º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBED0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 190 | 208 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.18 |
| HSL | 187.4º | 0.61% | 0.53% | - |
| HSV(B) | 187.4º | 0.7% | 0.82% | - |
| XYZ | 31.79 | 42.41 | 66.18 | - |
| YUV | 153.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 190 | 208 | 0.70 | 0.09 | 0 | 0.18 | 187.4 | 0.61 | 0.53 |
| Hex | 3E | BE | D0 | 46 | 9 | 0 | 12 | BB | 3D | 35 |
| Octal | 76 | 276 | 320 | 106 | 11 | 0 | 22 | 273 | 75 | 65 |
| Binary | 111110 | 10111110 | 11010000 | 1000110 | 1001 | 0 | 10010 | 10111011 | 111101 | 110101 |
Color Harmonies of #3EBED0
Complementary color
Monochromatic Colors of #3EBED0
Black with #3EBED0
Text Example
Text Example
White with #3EBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBED0; }
p { color: rgb(62,190,208); }
H1.HeaderClassName
{
color: #3EBED0;
}
.AnyTagClassName
{
color: #3EBED0;
}
</style>
background-color css
<style>
a { background-color: #3EBED0; }
a { background-color: rgb(62,190,208); }
div.DivClassName
{
background-color: #3EBED0;
}
.BgClassName
{
background-color: #3EBED0;
}
</style>
border-color css
<style>
span { border-color: #3EBED0; }
span { border-color: rgb(62,190,208); }
td.TdClassName
{
border-color: #3EBED0;
}
.TagClassName
{
border-color: #3EBED0;
}
</style>