Shades of Viking #40ABBE
Tints of Viking #40ABBE
RGB
CMYK
RGB Variations
Color information
#40ABBE (or 0x40ABBE) is known color: Viking. HEX triplet: 40, AB and BE. RGB value is (64,171,190). Sum of RGB (Red+Green+Blue) = 64+171+190=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #40ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABBE is #BF5441. Grayscale: #8C8C8C. Windows color (decimal): -12538946 or 12495680. OLE color: 12495680.
HSL color Cylindrical-coordinate representation of color #40ABBE: hue angle of 189.05º 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 #40ABBE is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 171 | 190 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.25 |
| HSL | 189.05º | 0.5% | 0.5% | - |
| HSV(B) | 189.05º | 0.66% | 0.75% | - |
| XYZ | 25.97 | 33.93 | 53.9 | - |
| YUV | 141.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 190 | 0.66 | 0.10 | 0 | 0.25 | 189.05 | 0.5 | 0.5 |
| Hex | 40 | AB | BE | 42 | A | 0 | 19 | BD | 32 | 32 |
| Octal | 100 | 253 | 276 | 102 | 12 | 0 | 31 | 275 | 62 | 62 |
| Binary | 1000000 | 10101011 | 10111110 | 1000010 | 1010 | 0 | 11001 | 10111101 | 110010 | 110010 |
Color Harmonies of #40ABBE
Complementary color
Monochromatic Colors of #40ABBE
Black with #40ABBE
Text Example
Text Example
White with #40ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABBE; }
p { color: rgb(64,171,190); }
H1.HeaderClassName
{
color: #40ABBE;
}
.AnyTagClassName
{
color: #40ABBE;
}
</style>
background-color css
<style>
a { background-color: #40ABBE; }
a { background-color: rgb(64,171,190); }
div.DivClassName
{
background-color: #40ABBE;
}
.BgClassName
{
background-color: #40ABBE;
}
</style>
border-color css
<style>
span { border-color: #40ABBE; }
span { border-color: rgb(64,171,190); }
td.TdClassName
{
border-color: #40ABBE;
}
.TagClassName
{
border-color: #40ABBE;
}
</style>