Shades of Viking #40BAC0
Tints of Viking #40BAC0
RGB
CMYK
RGB Variations
Color information
#40BAC0 (or 0x40BAC0) is known color: Viking. HEX triplet: 40, BA and C0. RGB value is (64,186,192). Sum of RGB (Red+Green+Blue) = 64+186+192=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #40BAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BAC0 is #BF453F. Grayscale: #969696. Windows color (decimal): -12535104 or 12630592. OLE color: 12630592.
HSL color Cylindrical-coordinate representation of color #40BAC0: hue angle of 182.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BAC0 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 186 | 192 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.25 |
| HSL | 182.81º | 0.5% | 0.5% | - |
| HSV(B) | 182.81º | 0.67% | 0.75% | - |
| XYZ | 29.19 | 40.01 | 56.05 | - |
| YUV | 150.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 192 | 0.67 | 0.03 | 0 | 0.25 | 182.81 | 0.5 | 0.5 |
| Hex | 40 | BA | C0 | 43 | 3 | 0 | 19 | B7 | 32 | 32 |
| Octal | 100 | 272 | 300 | 103 | 3 | 0 | 31 | 267 | 62 | 62 |
| Binary | 1000000 | 10111010 | 11000000 | 1000011 | 11 | 0 | 11001 | 10110111 | 110010 | 110010 |
Color Harmonies of #40BAC0
Complementary color
Monochromatic Colors of #40BAC0
Black with #40BAC0
Text Example
Text Example
White with #40BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BAC0; }
p { color: rgb(64,186,192); }
H1.HeaderClassName
{
color: #40BAC0;
}
.AnyTagClassName
{
color: #40BAC0;
}
</style>
background-color css
<style>
a { background-color: #40BAC0; }
a { background-color: rgb(64,186,192); }
div.DivClassName
{
background-color: #40BAC0;
}
.BgClassName
{
background-color: #40BAC0;
}
</style>
border-color css
<style>
span { border-color: #40BAC0; }
span { border-color: rgb(64,186,192); }
td.TdClassName
{
border-color: #40BAC0;
}
.TagClassName
{
border-color: #40BAC0;
}
</style>