Shades of Viking #3EB2BA
Tints of Viking #3EB2BA
RGB
CMYK
RGB Variations
Color information
#3EB2BA (or 0x3EB2BA) is known color: Viking. HEX triplet: 3E, B2 and BA. RGB value is (62,178,186). Sum of RGB (Red+Green+Blue) = 62+178+186=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EB2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB2BA is #C14D45. Grayscale: #909090. Windows color (decimal): -12668230 or 12235326. OLE color: 12235326.
HSL color Cylindrical-coordinate representation of color #3EB2BA: hue angle of 183.87º 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 #3EB2BA is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 178 | 186 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.27 |
| HSL | 183.87º | 0.5% | 0.49% | - |
| HSV(B) | 183.87º | 0.67% | 0.73% | - |
| XYZ | 26.77 | 36.41 | 52.07 | - |
| YUV | 144.23 | 151.57 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 178 | 186 | 0.67 | 0.04 | 0 | 0.27 | 183.87 | 0.5 | 0.49 |
| Hex | 3E | B2 | BA | 43 | 4 | 0 | 1B | B8 | 32 | 31 |
| Octal | 76 | 262 | 272 | 103 | 4 | 0 | 33 | 270 | 62 | 61 |
| Binary | 111110 | 10110010 | 10111010 | 1000011 | 100 | 0 | 11011 | 10111000 | 110010 | 110001 |
Color Harmonies of #3EB2BA
Complementary color
Monochromatic Colors of #3EB2BA
Black with #3EB2BA
Text Example
Text Example
White with #3EB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB2BA; }
p { color: rgb(62,178,186); }
H1.HeaderClassName
{
color: #3EB2BA;
}
.AnyTagClassName
{
color: #3EB2BA;
}
</style>
background-color css
<style>
a { background-color: #3EB2BA; }
a { background-color: rgb(62,178,186); }
div.DivClassName
{
background-color: #3EB2BA;
}
.BgClassName
{
background-color: #3EB2BA;
}
</style>
border-color css
<style>
span { border-color: #3EB2BA; }
span { border-color: rgb(62,178,186); }
td.TdClassName
{
border-color: #3EB2BA;
}
.TagClassName
{
border-color: #3EB2BA;
}
</style>