Shades of Viking #3EB0BA
Tints of Viking #3EB0BA
RGB
CMYK
RGB Variations
Color information
#3EB0BA (or 0x3EB0BA) is known color: Viking. HEX triplet: 3E, B0 and BA. RGB value is (62,176,186). Sum of RGB (Red+Green+Blue) = 62+176+186=424 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.62% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #3EB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0BA is #C14F45. Grayscale: #8E8E8E. Windows color (decimal): -12668742 or 12234814. OLE color: 12234814.
HSL color Cylindrical-coordinate representation of color #3EB0BA: hue angle of 184.84º 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 #3EB0BA is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 176 | 186 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.27 |
| HSL | 184.84º | 0.5% | 0.49% | - |
| HSV(B) | 184.84º | 0.67% | 0.73% | - |
| XYZ | 26.37 | 35.62 | 51.94 | - |
| YUV | 143.05 | 152.23 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 176 | 186 | 0.67 | 0.05 | 0 | 0.27 | 184.84 | 0.5 | 0.49 |
| Hex | 3E | B0 | BA | 43 | 5 | 0 | 1B | B9 | 32 | 31 |
| Octal | 76 | 260 | 272 | 103 | 5 | 0 | 33 | 271 | 62 | 61 |
| Binary | 111110 | 10110000 | 10111010 | 1000011 | 101 | 0 | 11011 | 10111001 | 110010 | 110001 |
Color Harmonies of #3EB0BA
Complementary color
Monochromatic Colors of #3EB0BA
Black with #3EB0BA
Text Example
Text Example
White with #3EB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB0BA; }
p { color: rgb(62,176,186); }
H1.HeaderClassName
{
color: #3EB0BA;
}
.AnyTagClassName
{
color: #3EB0BA;
}
</style>
background-color css
<style>
a { background-color: #3EB0BA; }
a { background-color: rgb(62,176,186); }
div.DivClassName
{
background-color: #3EB0BA;
}
.BgClassName
{
background-color: #3EB0BA;
}
</style>
border-color css
<style>
span { border-color: #3EB0BA; }
span { border-color: rgb(62,176,186); }
td.TdClassName
{
border-color: #3EB0BA;
}
.TagClassName
{
border-color: #3EB0BA;
}
</style>