Shades of Viking #40ADAE
Tints of Viking #40ADAE
RGB
CMYK
RGB Variations
Color information
#40ADAE (or 0x40ADAE) is known color: Viking. HEX triplet: 40, AD and AE. RGB value is (64,173,174). Sum of RGB (Red+Green+Blue) = 64+173+174=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #40ADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ADAE is #BF5251. Grayscale: #8C8C8C. Windows color (decimal): -12538450 or 11447616. OLE color: 11447616.
HSL color Cylindrical-coordinate representation of color #40ADAE: hue angle of 180.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ADAE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 174 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.32 |
| HSL | 180.55º | 0.46% | 0.47% | - |
| HSV(B) | 180.55º | 0.63% | 0.68% | - |
| XYZ | 24.7 | 34.03 | 45.31 | - |
| YUV | 140.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 174 | 0.63 | 0.01 | 0 | 0.32 | 180.55 | 0.46 | 0.47 |
| Hex | 40 | AD | AE | 3F | 1 | 0 | 20 | B5 | 2E | 2F |
| Octal | 100 | 255 | 256 | 77 | 1 | 0 | 40 | 265 | 56 | 57 |
| Binary | 1000000 | 10101101 | 10101110 | 111111 | 1 | 0 | 100000 | 10110101 | 101110 | 101111 |
Color Harmonies of #40ADAE
Complementary color
Monochromatic Colors of #40ADAE
Black with #40ADAE
Text Example
Text Example
White with #40ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADAE; }
p { color: rgb(64,173,174); }
H1.HeaderClassName
{
color: #40ADAE;
}
.AnyTagClassName
{
color: #40ADAE;
}
</style>
background-color css
<style>
a { background-color: #40ADAE; }
a { background-color: rgb(64,173,174); }
div.DivClassName
{
background-color: #40ADAE;
}
.BgClassName
{
background-color: #40ADAE;
}
</style>
border-color css
<style>
span { border-color: #40ADAE; }
span { border-color: rgb(64,173,174); }
td.TdClassName
{
border-color: #40ADAE;
}
.TagClassName
{
border-color: #40ADAE;
}
</style>