Shades of Viking #40B6BE
Tints of Viking #40B6BE
RGB
CMYK
RGB Variations
Color information
#40B6BE (or 0x40B6BE) is known color: Viking. HEX triplet: 40, B6 and BE. RGB value is (64,182,190). Sum of RGB (Red+Green+Blue) = 64+182+190=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #40B6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B6BE is #BF4941. Grayscale: #939393. Windows color (decimal): -12536130 or 12498496. OLE color: 12498496.
HSL color Cylindrical-coordinate representation of color #40B6BE: hue angle of 183.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40B6BE is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 182 | 190 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.25 |
| HSL | 183.81º | 0.5% | 0.5% | - |
| HSV(B) | 183.81º | 0.66% | 0.75% | - |
| XYZ | 28.14 | 38.26 | 54.62 | - |
| YUV | 147.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 182 | 190 | 0.66 | 0.04 | 0 | 0.25 | 183.81 | 0.5 | 0.5 |
| Hex | 40 | B6 | BE | 42 | 4 | 0 | 19 | B8 | 32 | 32 |
| Octal | 100 | 266 | 276 | 102 | 4 | 0 | 31 | 270 | 62 | 62 |
| Binary | 1000000 | 10110110 | 10111110 | 1000010 | 100 | 0 | 11001 | 10111000 | 110010 | 110010 |
Color Harmonies of #40B6BE
Complementary color
Monochromatic Colors of #40B6BE
Black with #40B6BE
Text Example
Text Example
White with #40B6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B6BE; }
p { color: rgb(64,182,190); }
H1.HeaderClassName
{
color: #40B6BE;
}
.AnyTagClassName
{
color: #40B6BE;
}
</style>
background-color css
<style>
a { background-color: #40B6BE; }
a { background-color: rgb(64,182,190); }
div.DivClassName
{
background-color: #40B6BE;
}
.BgClassName
{
background-color: #40B6BE;
}
</style>
border-color css
<style>
span { border-color: #40B6BE; }
span { border-color: rgb(64,182,190); }
td.TdClassName
{
border-color: #40B6BE;
}
.TagClassName
{
border-color: #40B6BE;
}
</style>