Shades of Viking #40BBB6
Tints of Viking #40BBB6
RGB
CMYK
RGB Variations
Color information
#40BBB6 (or 0x40BBB6) is known color: Viking. HEX triplet: 40, BB and B6. RGB value is (64,187,182). Sum of RGB (Red+Green+Blue) = 64+187+182=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBB6 is #BF4449. Grayscale: #959595. Windows color (decimal): -12534858 or 11975488. OLE color: 11975488.
HSL color Cylindrical-coordinate representation of color #40BBB6: hue angle of 177.56º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BBB6 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 182 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.27 |
| HSL | 177.56º | 0.49% | 0.49% | - |
| HSV(B) | 177.56º | 0.66% | 0.73% | - |
| XYZ | 28.33 | 40.01 | 50.49 | - |
| YUV | 149.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 182 | 0.66 | 0 | 0.03 | 0.27 | 177.56 | 0.49 | 0.49 |
| Hex | 40 | BB | B6 | 42 | 0 | 3 | 1B | B2 | 31 | 31 |
| Octal | 100 | 273 | 266 | 102 | 0 | 3 | 33 | 262 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10110110 | 1000010 | 0 | 11 | 11011 | 10110010 | 110001 | 110001 |
Color Harmonies of #40BBB6
Complementary color
Monochromatic Colors of #40BBB6
Black with #40BBB6
Text Example
Text Example
White with #40BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBB6; }
p { color: rgb(64,187,182); }
H1.HeaderClassName
{
color: #40BBB6;
}
.AnyTagClassName
{
color: #40BBB6;
}
</style>
background-color css
<style>
a { background-color: #40BBB6; }
a { background-color: rgb(64,187,182); }
div.DivClassName
{
background-color: #40BBB6;
}
.BgClassName
{
background-color: #40BBB6;
}
</style>
border-color css
<style>
span { border-color: #40BBB6; }
span { border-color: rgb(64,187,182); }
td.TdClassName
{
border-color: #40BBB6;
}
.TagClassName
{
border-color: #40BBB6;
}
</style>