Shades of Viking #40BBC0
Tints of Viking #40BBC0
RGB
CMYK
RGB Variations
Color information
#40BBC0 (or 0x40BBC0) is known color: Viking. HEX triplet: 40, BB and C0. RGB value is (64,187,192). Sum of RGB (Red+Green+Blue) = 64+187+192=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #40BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBC0 is #BF443F. Grayscale: #969696. Windows color (decimal): -12534848 or 12630848. OLE color: 12630848.
HSL color Cylindrical-coordinate representation of color #40BBC0: hue angle of 182.34º 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 #40BBC0 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 187 | 192 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.25 |
| HSL | 182.34º | 0.5% | 0.5% | - |
| HSV(B) | 182.34º | 0.67% | 0.75% | - |
| XYZ | 29.4 | 40.44 | 56.12 | - |
| YUV | 150.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 192 | 0.67 | 0.03 | 0 | 0.25 | 182.34 | 0.5 | 0.5 |
| Hex | 40 | BB | C0 | 43 | 3 | 0 | 19 | B6 | 32 | 32 |
| Octal | 100 | 273 | 300 | 103 | 3 | 0 | 31 | 266 | 62 | 62 |
| Binary | 1000000 | 10111011 | 11000000 | 1000011 | 11 | 0 | 11001 | 10110110 | 110010 | 110010 |
Color Harmonies of #40BBC0
Complementary color
Monochromatic Colors of #40BBC0
Black with #40BBC0
Text Example
Text Example
White with #40BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBC0; }
p { color: rgb(64,187,192); }
H1.HeaderClassName
{
color: #40BBC0;
}
.AnyTagClassName
{
color: #40BBC0;
}
</style>
background-color css
<style>
a { background-color: #40BBC0; }
a { background-color: rgb(64,187,192); }
div.DivClassName
{
background-color: #40BBC0;
}
.BgClassName
{
background-color: #40BBC0;
}
</style>
border-color css
<style>
span { border-color: #40BBC0; }
span { border-color: rgb(64,187,192); }
td.TdClassName
{
border-color: #40BBC0;
}
.TagClassName
{
border-color: #40BBC0;
}
</style>