Shades of Viking #3EADBC
Tints of Viking #3EADBC
RGB
CMYK
RGB Variations
Color information
#3EADBC (or 0x3EADBC) is known color: Viking. HEX triplet: 3E, AD and BC. RGB value is (62,173,188). Sum of RGB (Red+Green+Blue) = 62+173+188=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADBC is #C15243. Grayscale: #8D8D8D. Windows color (decimal): -12669508 or 12365118. OLE color: 12365118.
HSL color Cylindrical-coordinate representation of color #3EADBC: hue angle of 187.14º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EADBC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 173 | 188 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.26 |
| HSL | 187.14º | 0.5% | 0.49% | - |
| HSV(B) | 187.14º | 0.67% | 0.74% | - |
| XYZ | 26.01 | 34.54 | 52.87 | - |
| YUV | 141.52 | 154.23 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 188 | 0.67 | 0.08 | 0 | 0.26 | 187.14 | 0.5 | 0.49 |
| Hex | 3E | AD | BC | 43 | 8 | 0 | 1A | BB | 32 | 31 |
| Octal | 76 | 255 | 274 | 103 | 10 | 0 | 32 | 273 | 62 | 61 |
| Binary | 111110 | 10101101 | 10111100 | 1000011 | 1000 | 0 | 11010 | 10111011 | 110010 | 110001 |
Color Harmonies of #3EADBC
Complementary color
Monochromatic Colors of #3EADBC
Black with #3EADBC
Text Example
Text Example
White with #3EADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADBC; }
p { color: rgb(62,173,188); }
H1.HeaderClassName
{
color: #3EADBC;
}
.AnyTagClassName
{
color: #3EADBC;
}
</style>
background-color css
<style>
a { background-color: #3EADBC; }
a { background-color: rgb(62,173,188); }
div.DivClassName
{
background-color: #3EADBC;
}
.BgClassName
{
background-color: #3EADBC;
}
</style>
border-color css
<style>
span { border-color: #3EADBC; }
span { border-color: rgb(62,173,188); }
td.TdClassName
{
border-color: #3EADBC;
}
.TagClassName
{
border-color: #3EADBC;
}
</style>