Shades of Viking #40B0BE
Tints of Viking #40B0BE
RGB
CMYK
RGB Variations
Color information
#40B0BE (or 0x40B0BE) is known color: Viking. HEX triplet: 40, B0 and BE. RGB value is (64,176,190). Sum of RGB (Red+Green+Blue) = 64+176+190=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #40B0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B0BE is #BF4F41. Grayscale: #8F8F8F. Windows color (decimal): -12537666 or 12496960. OLE color: 12496960.
HSL color Cylindrical-coordinate representation of color #40B0BE: hue angle of 186.67º 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 #40B0BE is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 176 | 190 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.25 |
| HSL | 186.67º | 0.5% | 0.5% | - |
| HSV(B) | 186.67º | 0.66% | 0.75% | - |
| XYZ | 26.93 | 35.86 | 54.22 | - |
| YUV | 144.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 190 | 0.66 | 0.07 | 0 | 0.25 | 186.67 | 0.5 | 0.5 |
| Hex | 40 | B0 | BE | 42 | 7 | 0 | 19 | BB | 32 | 32 |
| Octal | 100 | 260 | 276 | 102 | 7 | 0 | 31 | 273 | 62 | 62 |
| Binary | 1000000 | 10110000 | 10111110 | 1000010 | 111 | 0 | 11001 | 10111011 | 110010 | 110010 |
Color Harmonies of #40B0BE
Complementary color
Monochromatic Colors of #40B0BE
Black with #40B0BE
Text Example
Text Example
White with #40B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B0BE; }
p { color: rgb(64,176,190); }
H1.HeaderClassName
{
color: #40B0BE;
}
.AnyTagClassName
{
color: #40B0BE;
}
</style>
background-color css
<style>
a { background-color: #40B0BE; }
a { background-color: rgb(64,176,190); }
div.DivClassName
{
background-color: #40B0BE;
}
.BgClassName
{
background-color: #40B0BE;
}
</style>
border-color css
<style>
span { border-color: #40B0BE; }
span { border-color: rgb(64,176,190); }
td.TdClassName
{
border-color: #40B0BE;
}
.TagClassName
{
border-color: #40B0BE;
}
</style>