Shades of Viking #40B5BE
Tints of Viking #40B5BE
RGB
CMYK
RGB Variations
Color information
#40B5BE (or 0x40B5BE) is known color: Viking. HEX triplet: 40, B5 and BE. RGB value is (64,181,190). Sum of RGB (Red+Green+Blue) = 64+181+190=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #40B5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B5BE is #BF4A41. Grayscale: #929292. Windows color (decimal): -12536386 or 12498240. OLE color: 12498240.
HSL color Cylindrical-coordinate representation of color #40B5BE: hue angle of 184.29º 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 #40B5BE is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 181 | 190 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.25 |
| HSL | 184.29º | 0.5% | 0.5% | - |
| HSV(B) | 184.29º | 0.66% | 0.75% | - |
| XYZ | 27.93 | 37.86 | 54.55 | - |
| YUV | 147.04 | 152.24 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 190 | 0.66 | 0.05 | 0 | 0.25 | 184.29 | 0.5 | 0.5 |
| Hex | 40 | B5 | BE | 42 | 5 | 0 | 19 | B8 | 32 | 32 |
| Octal | 100 | 265 | 276 | 102 | 5 | 0 | 31 | 270 | 62 | 62 |
| Binary | 1000000 | 10110101 | 10111110 | 1000010 | 101 | 0 | 11001 | 10111000 | 110010 | 110010 |
Color Harmonies of #40B5BE
Complementary color
Monochromatic Colors of #40B5BE
Black with #40B5BE
Text Example
Text Example
White with #40B5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B5BE; }
p { color: rgb(64,181,190); }
H1.HeaderClassName
{
color: #40B5BE;
}
.AnyTagClassName
{
color: #40B5BE;
}
</style>
background-color css
<style>
a { background-color: #40B5BE; }
a { background-color: rgb(64,181,190); }
div.DivClassName
{
background-color: #40B5BE;
}
.BgClassName
{
background-color: #40B5BE;
}
</style>
border-color css
<style>
span { border-color: #40B5BE; }
span { border-color: rgb(64,181,190); }
td.TdClassName
{
border-color: #40B5BE;
}
.TagClassName
{
border-color: #40B5BE;
}
</style>