Shades of Viking #40BBBE
Tints of Viking #40BBBE
RGB
CMYK
RGB Variations
Color information
#40BBBE (or 0x40BBBE) is known color: Viking. HEX triplet: 40, BB and BE. RGB value is (64,187,190). Sum of RGB (Red+Green+Blue) = 64+187+190=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #40BBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBBE is #BF4441. Grayscale: #969696. Windows color (decimal): -12534850 or 12499776. OLE color: 12499776.
HSL color Cylindrical-coordinate representation of color #40BBBE: hue angle of 181.43º 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 #40BBBE is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 187 | 190 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.25 |
| HSL | 181.43º | 0.5% | 0.5% | - |
| HSV(B) | 181.43º | 0.66% | 0.75% | - |
| XYZ | 29.18 | 40.35 | 54.97 | - |
| YUV | 150.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 190 | 0.66 | 0.02 | 0 | 0.25 | 181.43 | 0.5 | 0.5 |
| Hex | 40 | BB | BE | 42 | 2 | 0 | 19 | B5 | 32 | 32 |
| Octal | 100 | 273 | 276 | 102 | 2 | 0 | 31 | 265 | 62 | 62 |
| Binary | 1000000 | 10111011 | 10111110 | 1000010 | 10 | 0 | 11001 | 10110101 | 110010 | 110010 |
Color Harmonies of #40BBBE
Complementary color
Monochromatic Colors of #40BBBE
Black with #40BBBE
Text Example
Text Example
White with #40BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBBE; }
p { color: rgb(64,187,190); }
H1.HeaderClassName
{
color: #40BBBE;
}
.AnyTagClassName
{
color: #40BBBE;
}
</style>
background-color css
<style>
a { background-color: #40BBBE; }
a { background-color: rgb(64,187,190); }
div.DivClassName
{
background-color: #40BBBE;
}
.BgClassName
{
background-color: #40BBBE;
}
</style>
border-color css
<style>
span { border-color: #40BBBE; }
span { border-color: rgb(64,187,190); }
td.TdClassName
{
border-color: #40BBBE;
}
.TagClassName
{
border-color: #40BBBE;
}
</style>