Shades of Viking #44B7BB
Tints of Viking #44B7BB
RGB
CMYK
RGB Variations
Color information
#44B7BB (or 0x44B7BB) is known color: Viking. HEX triplet: 44, B7 and BB. RGB value is (68,183,187). Sum of RGB (Red+Green+Blue) = 68+183+187=438 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.53% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #44B7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B7BB is #BB4844. Grayscale: #949494. Windows color (decimal): -12273733 or 12302148. OLE color: 12302148.
HSL color Cylindrical-coordinate representation of color #44B7BB: hue angle of 182.02º 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 #44B7BB is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 183 | 187 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.27 |
| HSL | 182.02º | 0.47% | 0.5% | - |
| HSV(B) | 182.02º | 0.64% | 0.73% | - |
| XYZ | 28.29 | 38.68 | 52.99 | - |
| YUV | 149.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 187 | 0.64 | 0.02 | 0 | 0.27 | 182.02 | 0.47 | 0.5 |
| Hex | 44 | B7 | BB | 40 | 2 | 0 | 1B | B6 | 2F | 32 |
| Octal | 104 | 267 | 273 | 100 | 2 | 0 | 33 | 266 | 57 | 62 |
| Binary | 1000100 | 10110111 | 10111011 | 1000000 | 10 | 0 | 11011 | 10110110 | 101111 | 110010 |
Color Harmonies of #44B7BB
Complementary color
Monochromatic Colors of #44B7BB
Black with #44B7BB
Text Example
Text Example
White with #44B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B7BB; }
p { color: rgb(68,183,187); }
H1.HeaderClassName
{
color: #44B7BB;
}
.AnyTagClassName
{
color: #44B7BB;
}
</style>
background-color css
<style>
a { background-color: #44B7BB; }
a { background-color: rgb(68,183,187); }
div.DivClassName
{
background-color: #44B7BB;
}
.BgClassName
{
background-color: #44B7BB;
}
</style>
border-color css
<style>
span { border-color: #44B7BB; }
span { border-color: rgb(68,183,187); }
td.TdClassName
{
border-color: #44B7BB;
}
.TagClassName
{
border-color: #44B7BB;
}
</style>