Shades of Viking #44ADB6
Tints of Viking #44ADB6
RGB
CMYK
RGB Variations
Color information
#44ADB6 (or 0x44ADB6) is known color: Viking. HEX triplet: 44, AD and B6. RGB value is (68,173,182). Sum of RGB (Red+Green+Blue) = 68+173+182=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #44ADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ADB6 is #BB5249. Grayscale: #8E8E8E. Windows color (decimal): -12276298 or 11971908. OLE color: 11971908.
HSL color Cylindrical-coordinate representation of color #44ADB6: hue angle of 184.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44ADB6 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 173 | 182 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.29 |
| HSL | 184.74º | 0.46% | 0.49% | - |
| HSV(B) | 184.74º | 0.63% | 0.71% | - |
| XYZ | 25.77 | 34.49 | 49.56 | - |
| YUV | 142.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 182 | 0.63 | 0.05 | 0 | 0.29 | 184.74 | 0.46 | 0.49 |
| Hex | 44 | AD | B6 | 3F | 5 | 0 | 1D | B9 | 2E | 31 |
| Octal | 104 | 255 | 266 | 77 | 5 | 0 | 35 | 271 | 56 | 61 |
| Binary | 1000100 | 10101101 | 10110110 | 111111 | 101 | 0 | 11101 | 10111001 | 101110 | 110001 |
Color Harmonies of #44ADB6
Complementary color
Monochromatic Colors of #44ADB6
Black with #44ADB6
Text Example
Text Example
White with #44ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADB6; }
p { color: rgb(68,173,182); }
H1.HeaderClassName
{
color: #44ADB6;
}
.AnyTagClassName
{
color: #44ADB6;
}
</style>
background-color css
<style>
a { background-color: #44ADB6; }
a { background-color: rgb(68,173,182); }
div.DivClassName
{
background-color: #44ADB6;
}
.BgClassName
{
background-color: #44ADB6;
}
</style>
border-color css
<style>
span { border-color: #44ADB6; }
span { border-color: rgb(68,173,182); }
td.TdClassName
{
border-color: #44ADB6;
}
.TagClassName
{
border-color: #44ADB6;
}
</style>