Shades of Viking #3EB0BC
Tints of Viking #3EB0BC
RGB
CMYK
RGB Variations
Color information
#3EB0BC (or 0x3EB0BC) is known color: Viking. HEX triplet: 3E, B0 and BC. RGB value is (62,176,188). Sum of RGB (Red+Green+Blue) = 62+176+188=426 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.55% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #3EB0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0BC is #C14F43. Grayscale: #8F8F8F. Windows color (decimal): -12668740 or 12365886. OLE color: 12365886.
HSL color Cylindrical-coordinate representation of color #3EB0BC: hue angle of 185.71º 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 #3EB0BC is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 176 | 188 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.26 |
| HSL | 185.71º | 0.5% | 0.49% | - |
| HSV(B) | 185.71º | 0.67% | 0.74% | - |
| XYZ | 26.59 | 35.71 | 53.07 | - |
| YUV | 143.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 176 | 188 | 0.67 | 0.06 | 0 | 0.26 | 185.71 | 0.5 | 0.49 |
| Hex | 3E | B0 | BC | 43 | 6 | 0 | 1A | BA | 32 | 31 |
| Octal | 76 | 260 | 274 | 103 | 6 | 0 | 32 | 272 | 62 | 61 |
| Binary | 111110 | 10110000 | 10111100 | 1000011 | 110 | 0 | 11010 | 10111010 | 110010 | 110001 |
Color Harmonies of #3EB0BC
Complementary color
Monochromatic Colors of #3EB0BC
Black with #3EB0BC
Text Example
Text Example
White with #3EB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB0BC; }
p { color: rgb(62,176,188); }
H1.HeaderClassName
{
color: #3EB0BC;
}
.AnyTagClassName
{
color: #3EB0BC;
}
</style>
background-color css
<style>
a { background-color: #3EB0BC; }
a { background-color: rgb(62,176,188); }
div.DivClassName
{
background-color: #3EB0BC;
}
.BgClassName
{
background-color: #3EB0BC;
}
</style>
border-color css
<style>
span { border-color: #3EB0BC; }
span { border-color: rgb(62,176,188); }
td.TdClassName
{
border-color: #3EB0BC;
}
.TagClassName
{
border-color: #3EB0BC;
}
</style>