Shades of Viking #3EBAB8
Tints of Viking #3EBAB8
RGB
CMYK
RGB Variations
Color information
#3EBAB8 (or 0x3EBAB8) is known color: Viking. HEX triplet: 3E, BA and B8. RGB value is (62,186,184). Sum of RGB (Red+Green+Blue) = 62+186+184=432 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.35% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBAB8 is #C14547. Grayscale: #949494. Windows color (decimal): -12666184 or 12106302. OLE color: 12106302.
HSL color Cylindrical-coordinate representation of color #3EBAB8: hue angle of 179.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBAB8 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 184 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.27 |
| HSL | 179.03º | 0.5% | 0.49% | - |
| HSV(B) | 179.03º | 0.67% | 0.73% | - |
| XYZ | 28.2 | 39.6 | 51.51 | - |
| YUV | 148.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 184 | 0.67 | 0 | 0.01 | 0.27 | 179.03 | 0.5 | 0.49 |
| Hex | 3E | BA | B8 | 43 | 0 | 1 | 1B | B3 | 32 | 31 |
| Octal | 76 | 272 | 270 | 103 | 0 | 1 | 33 | 263 | 62 | 61 |
| Binary | 111110 | 10111010 | 10111000 | 1000011 | 0 | 1 | 11011 | 10110011 | 110010 | 110001 |
Color Harmonies of #3EBAB8
Complementary color
Monochromatic Colors of #3EBAB8
Black with #3EBAB8
Text Example
Text Example
White with #3EBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBAB8; }
p { color: rgb(62,186,184); }
H1.HeaderClassName
{
color: #3EBAB8;
}
.AnyTagClassName
{
color: #3EBAB8;
}
</style>
background-color css
<style>
a { background-color: #3EBAB8; }
a { background-color: rgb(62,186,184); }
div.DivClassName
{
background-color: #3EBAB8;
}
.BgClassName
{
background-color: #3EBAB8;
}
</style>
border-color css
<style>
span { border-color: #3EBAB8; }
span { border-color: rgb(62,186,184); }
td.TdClassName
{
border-color: #3EBAB8;
}
.TagClassName
{
border-color: #3EBAB8;
}
</style>