Shades of Viking #3EBABB
Tints of Viking #3EBABB
RGB
CMYK
RGB Variations
Color information
#3EBABB (or 0x3EBABB) is known color: Viking. HEX triplet: 3E, BA and BB. RGB value is (62,186,187). Sum of RGB (Red+Green+Blue) = 62+186+187=435 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.25% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBABB is #C14544. Grayscale: #949494. Windows color (decimal): -12666181 or 12302910. OLE color: 12302910.
HSL color Cylindrical-coordinate representation of color #3EBABB: hue angle of 180.48º 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 #3EBABB is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 187 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.27 |
| HSL | 180.48º | 0.5% | 0.49% | - |
| HSV(B) | 180.48º | 0.67% | 0.73% | - |
| XYZ | 28.52 | 39.73 | 53.18 | - |
| YUV | 149.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 187 | 0.67 | 0.01 | 0 | 0.27 | 180.48 | 0.5 | 0.49 |
| Hex | 3E | BA | BB | 43 | 1 | 0 | 1B | B4 | 32 | 31 |
| Octal | 76 | 272 | 273 | 103 | 1 | 0 | 33 | 264 | 62 | 61 |
| Binary | 111110 | 10111010 | 10111011 | 1000011 | 1 | 0 | 11011 | 10110100 | 110010 | 110001 |
Color Harmonies of #3EBABB
Complementary color
Monochromatic Colors of #3EBABB
Black with #3EBABB
Text Example
Text Example
White with #3EBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBABB; }
p { color: rgb(62,186,187); }
H1.HeaderClassName
{
color: #3EBABB;
}
.AnyTagClassName
{
color: #3EBABB;
}
</style>
background-color css
<style>
a { background-color: #3EBABB; }
a { background-color: rgb(62,186,187); }
div.DivClassName
{
background-color: #3EBABB;
}
.BgClassName
{
background-color: #3EBABB;
}
</style>
border-color css
<style>
span { border-color: #3EBABB; }
span { border-color: rgb(62,186,187); }
td.TdClassName
{
border-color: #3EBABB;
}
.TagClassName
{
border-color: #3EBABB;
}
</style>