Shades of Viking #44ADBD
Tints of Viking #44ADBD
RGB
CMYK
RGB Variations
Color information
#44ADBD (or 0x44ADBD) is known color: Viking. HEX triplet: 44, AD and BD. RGB value is (68,173,189). Sum of RGB (Red+Green+Blue) = 68+173+189=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #44ADBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44ADBD is #BB5242. Grayscale: #8F8F8F. Windows color (decimal): -12276291 or 12430660. OLE color: 12430660.
HSL color Cylindrical-coordinate representation of color #44ADBD: hue angle of 187.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44ADBD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 173 | 189 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.26 |
| HSL | 187.93º | 0.48% | 0.5% | - |
| HSV(B) | 187.93º | 0.64% | 0.74% | - |
| XYZ | 26.51 | 34.79 | 53.46 | - |
| YUV | 143.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 189 | 0.64 | 0.08 | 0 | 0.26 | 187.93 | 0.48 | 0.5 |
| Hex | 44 | AD | BD | 40 | 8 | 0 | 1A | BC | 30 | 32 |
| Octal | 104 | 255 | 275 | 100 | 10 | 0 | 32 | 274 | 60 | 62 |
| Binary | 1000100 | 10101101 | 10111101 | 1000000 | 1000 | 0 | 11010 | 10111100 | 110000 | 110010 |
Color Harmonies of #44ADBD
Complementary color
Monochromatic Colors of #44ADBD
Black with #44ADBD
Text Example
Text Example
White with #44ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ADBD; }
p { color: rgb(68,173,189); }
H1.HeaderClassName
{
color: #44ADBD;
}
.AnyTagClassName
{
color: #44ADBD;
}
</style>
background-color css
<style>
a { background-color: #44ADBD; }
a { background-color: rgb(68,173,189); }
div.DivClassName
{
background-color: #44ADBD;
}
.BgClassName
{
background-color: #44ADBD;
}
</style>
border-color css
<style>
span { border-color: #44ADBD; }
span { border-color: rgb(68,173,189); }
td.TdClassName
{
border-color: #44ADBD;
}
.TagClassName
{
border-color: #44ADBD;
}
</style>