Shades of Viking #40B8BB
Tints of Viking #40B8BB
RGB
CMYK
RGB Variations
Color information
#40B8BB (or 0x40B8BB) is known color: Viking. HEX triplet: 40, B8 and BB. RGB value is (64,184,187). Sum of RGB (Red+Green+Blue) = 64+184+187=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #40B8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B8BB is #BF4744. Grayscale: #949494. Windows color (decimal): -12535621 or 12302400. OLE color: 12302400.
HSL color Cylindrical-coordinate representation of color #40B8BB: hue angle of 181.46º 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 #40B8BB is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 184 | 187 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.27 |
| HSL | 181.46º | 0.49% | 0.49% | - |
| HSV(B) | 181.46º | 0.66% | 0.73% | - |
| XYZ | 28.22 | 38.96 | 53.05 | - |
| YUV | 148.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 187 | 0.66 | 0.02 | 0 | 0.27 | 181.46 | 0.49 | 0.49 |
| Hex | 40 | B8 | BB | 42 | 2 | 0 | 1B | B5 | 31 | 31 |
| Octal | 100 | 270 | 273 | 102 | 2 | 0 | 33 | 265 | 61 | 61 |
| Binary | 1000000 | 10111000 | 10111011 | 1000010 | 10 | 0 | 11011 | 10110101 | 110001 | 110001 |
Color Harmonies of #40B8BB
Complementary color
Monochromatic Colors of #40B8BB
Black with #40B8BB
Text Example
Text Example
White with #40B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B8BB; }
p { color: rgb(64,184,187); }
H1.HeaderClassName
{
color: #40B8BB;
}
.AnyTagClassName
{
color: #40B8BB;
}
</style>
background-color css
<style>
a { background-color: #40B8BB; }
a { background-color: rgb(64,184,187); }
div.DivClassName
{
background-color: #40B8BB;
}
.BgClassName
{
background-color: #40B8BB;
}
</style>
border-color css
<style>
span { border-color: #40B8BB; }
span { border-color: rgb(64,184,187); }
td.TdClassName
{
border-color: #40B8BB;
}
.TagClassName
{
border-color: #40B8BB;
}
</style>