Shades of Viking #44B2BB
Tints of Viking #44B2BB
RGB
CMYK
RGB Variations
Color information
#44B2BB (or 0x44B2BB) is known color: Viking. HEX triplet: 44, B2 and BB. RGB value is (68,178,187). Sum of RGB (Red+Green+Blue) = 68+178+187=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #44B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #44B2BB is #BB4D44. Grayscale: #919191. Windows color (decimal): -12275013 or 12300868. OLE color: 12300868.
HSL color Cylindrical-coordinate representation of color #44B2BB: hue angle of 184.54º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44B2BB is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 178 | 187 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.27 |
| HSL | 184.54º | 0.47% | 0.5% | - |
| HSV(B) | 184.54º | 0.64% | 0.73% | - |
| XYZ | 27.27 | 36.66 | 52.65 | - |
| YUV | 146.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 187 | 0.64 | 0.05 | 0 | 0.27 | 184.54 | 0.47 | 0.5 |
| Hex | 44 | B2 | BB | 40 | 5 | 0 | 1B | B9 | 2F | 32 |
| Octal | 104 | 262 | 273 | 100 | 5 | 0 | 33 | 271 | 57 | 62 |
| Binary | 1000100 | 10110010 | 10111011 | 1000000 | 101 | 0 | 11011 | 10111001 | 101111 | 110010 |
Color Harmonies of #44B2BB
Complementary color
Monochromatic Colors of #44B2BB
Black with #44B2BB
Text Example
Text Example
White with #44B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B2BB; }
p { color: rgb(68,178,187); }
H1.HeaderClassName
{
color: #44B2BB;
}
.AnyTagClassName
{
color: #44B2BB;
}
</style>
background-color css
<style>
a { background-color: #44B2BB; }
a { background-color: rgb(68,178,187); }
div.DivClassName
{
background-color: #44B2BB;
}
.BgClassName
{
background-color: #44B2BB;
}
</style>
border-color css
<style>
span { border-color: #44B2BB; }
span { border-color: rgb(68,178,187); }
td.TdClassName
{
border-color: #44B2BB;
}
.TagClassName
{
border-color: #44B2BB;
}
</style>