Shades of Viking #40B2C0
Tints of Viking #40B2C0
RGB
CMYK
RGB Variations
Color information
#40B2C0 (or 0x40B2C0) is known color: Viking. HEX triplet: 40, B2 and C0. RGB value is (64,178,192). Sum of RGB (Red+Green+Blue) = 64+178+192=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #40B2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B2C0 is #BF4D3F. Grayscale: #919191. Windows color (decimal): -12537152 or 12628544. OLE color: 12628544.
HSL color Cylindrical-coordinate representation of color #40B2C0: hue angle of 186.56º 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 #40B2C0 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 178 | 192 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.25 |
| HSL | 186.56º | 0.5% | 0.5% | - |
| HSV(B) | 186.56º | 0.67% | 0.75% | - |
| XYZ | 27.55 | 36.74 | 55.51 | - |
| YUV | 145.51 | 154.23 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 192 | 0.67 | 0.07 | 0 | 0.25 | 186.56 | 0.5 | 0.5 |
| Hex | 40 | B2 | C0 | 43 | 7 | 0 | 19 | BB | 32 | 32 |
| Octal | 100 | 262 | 300 | 103 | 7 | 0 | 31 | 273 | 62 | 62 |
| Binary | 1000000 | 10110010 | 11000000 | 1000011 | 111 | 0 | 11001 | 10111011 | 110010 | 110010 |
Color Harmonies of #40B2C0
Complementary color
Monochromatic Colors of #40B2C0
Black with #40B2C0
Text Example
Text Example
White with #40B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B2C0; }
p { color: rgb(64,178,192); }
H1.HeaderClassName
{
color: #40B2C0;
}
.AnyTagClassName
{
color: #40B2C0;
}
</style>
background-color css
<style>
a { background-color: #40B2C0; }
a { background-color: rgb(64,178,192); }
div.DivClassName
{
background-color: #40B2C0;
}
.BgClassName
{
background-color: #40B2C0;
}
</style>
border-color css
<style>
span { border-color: #40B2C0; }
span { border-color: rgb(64,178,192); }
td.TdClassName
{
border-color: #40B2C0;
}
.TagClassName
{
border-color: #40B2C0;
}
</style>