Shades of Viking #40BBB7
Tints of Viking #40BBB7
RGB
CMYK
RGB Variations
Color information
#40BBB7 (or 0x40BBB7) is known color: Viking. HEX triplet: 40, BB and B7. RGB value is (64,187,183). Sum of RGB (Red+Green+Blue) = 64+187+183=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #40BBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBB7 is #BF4448. Grayscale: #959595. Windows color (decimal): -12534857 or 12041024. OLE color: 12041024.
HSL color Cylindrical-coordinate representation of color #40BBB7: hue angle of 178.05º 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 #40BBB7 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 183 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.27 |
| HSL | 178.05º | 0.49% | 0.49% | - |
| HSV(B) | 178.05º | 0.66% | 0.73% | - |
| XYZ | 28.43 | 40.05 | 51.03 | - |
| YUV | 149.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 183 | 0.66 | 0 | 0.02 | 0.27 | 178.05 | 0.49 | 0.49 |
| Hex | 40 | BB | B7 | 42 | 0 | 2 | 1B | B2 | 31 | 31 |
| Octal | 100 | 273 | 267 | 102 | 0 | 2 | 33 | 262 | 61 | 61 |
| Binary | 1000000 | 10111011 | 10110111 | 1000010 | 0 | 10 | 11011 | 10110010 | 110001 | 110001 |
Color Harmonies of #40BBB7
Complementary color
Monochromatic Colors of #40BBB7
Black with #40BBB7
Text Example
Text Example
White with #40BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BBB7; }
p { color: rgb(64,187,183); }
H1.HeaderClassName
{
color: #40BBB7;
}
.AnyTagClassName
{
color: #40BBB7;
}
</style>
background-color css
<style>
a { background-color: #40BBB7; }
a { background-color: rgb(64,187,183); }
div.DivClassName
{
background-color: #40BBB7;
}
.BgClassName
{
background-color: #40BBB7;
}
</style>
border-color css
<style>
span { border-color: #40BBB7; }
span { border-color: rgb(64,187,183); }
td.TdClassName
{
border-color: #40BBB7;
}
.TagClassName
{
border-color: #40BBB7;
}
</style>