Shades of Viking #3EADB5
Tints of Viking #3EADB5
RGB
CMYK
RGB Variations
Color information
#3EADB5 (or 0x3EADB5) is known color: Viking. HEX triplet: 3E, AD and B5. RGB value is (62,173,181). Sum of RGB (Red+Green+Blue) = 62+173+181=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #3EADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EADB5 is #C1524A. Grayscale: #8C8C8C. Windows color (decimal): -12669515 or 11906366. OLE color: 11906366.
HSL color Cylindrical-coordinate representation of color #3EADB5: hue angle of 184.03º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EADB5 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 173 | 181 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.29 |
| HSL | 184.03º | 0.49% | 0.48% | - |
| HSV(B) | 184.03º | 0.66% | 0.71% | - |
| XYZ | 25.27 | 34.25 | 48.99 | - |
| YUV | 140.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 173 | 181 | 0.66 | 0.04 | 0 | 0.29 | 184.03 | 0.49 | 0.48 |
| Hex | 3E | AD | B5 | 42 | 4 | 0 | 1D | B8 | 31 | 30 |
| Octal | 76 | 255 | 265 | 102 | 4 | 0 | 35 | 270 | 61 | 60 |
| Binary | 111110 | 10101101 | 10110101 | 1000010 | 100 | 0 | 11101 | 10111000 | 110001 | 110000 |
Color Harmonies of #3EADB5
Complementary color
Monochromatic Colors of #3EADB5
Black with #3EADB5
Text Example
Text Example
White with #3EADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EADB5; }
p { color: rgb(62,173,181); }
H1.HeaderClassName
{
color: #3EADB5;
}
.AnyTagClassName
{
color: #3EADB5;
}
</style>
background-color css
<style>
a { background-color: #3EADB5; }
a { background-color: rgb(62,173,181); }
div.DivClassName
{
background-color: #3EADB5;
}
.BgClassName
{
background-color: #3EADB5;
}
</style>
border-color css
<style>
span { border-color: #3EADB5; }
span { border-color: rgb(62,173,181); }
td.TdClassName
{
border-color: #3EADB5;
}
.TagClassName
{
border-color: #3EADB5;
}
</style>