Shades of Viking #40BABB
Tints of Viking #40BABB
RGB
CMYK
RGB Variations
Color information
#40BABB (or 0x40BABB) is known color: Viking. HEX triplet: 40, BA and BB. RGB value is (64,186,187). Sum of RGB (Red+Green+Blue) = 64+186+187=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #40BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BABB is #BF4544. Grayscale: #959595. Windows color (decimal): -12535109 or 12302912. OLE color: 12302912.
HSL color Cylindrical-coordinate representation of color #40BABB: hue angle of 180.49º 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 #40BABB is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 187 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.27 |
| HSL | 180.49º | 0.49% | 0.49% | - |
| HSV(B) | 180.49º | 0.66% | 0.73% | - |
| XYZ | 28.64 | 39.8 | 53.19 | - |
| YUV | 149.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 187 | 0.66 | 0.01 | 0 | 0.27 | 180.49 | 0.49 | 0.49 |
| Hex | 40 | BA | BB | 42 | 1 | 0 | 1B | B4 | 31 | 31 |
| Octal | 100 | 272 | 273 | 102 | 1 | 0 | 33 | 264 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10111011 | 1000010 | 1 | 0 | 11011 | 10110100 | 110001 | 110001 |
Color Harmonies of #40BABB
Complementary color
Monochromatic Colors of #40BABB
Black with #40BABB
Text Example
Text Example
White with #40BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BABB; }
p { color: rgb(64,186,187); }
H1.HeaderClassName
{
color: #40BABB;
}
.AnyTagClassName
{
color: #40BABB;
}
</style>
background-color css
<style>
a { background-color: #40BABB; }
a { background-color: rgb(64,186,187); }
div.DivClassName
{
background-color: #40BABB;
}
.BgClassName
{
background-color: #40BABB;
}
</style>
border-color css
<style>
span { border-color: #40BABB; }
span { border-color: rgb(64,186,187); }
td.TdClassName
{
border-color: #40BABB;
}
.TagClassName
{
border-color: #40BABB;
}
</style>