Shades of Viking #44BCBA
Tints of Viking #44BCBA
RGB
CMYK
RGB Variations
Color information
#44BCBA (or 0x44BCBA) is known color: Viking. HEX triplet: 44, BC and BA. RGB value is (68,188,186). Sum of RGB (Red+Green+Blue) = 68+188+186=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #44BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCBA is #BB4345. Grayscale: #979797. Windows color (decimal): -12272454 or 12237892. OLE color: 12237892.
HSL color Cylindrical-coordinate representation of color #44BCBA: hue angle of 179º degrees, saturation: 0.47, 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 #44BCBA is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 186 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.26 |
| HSL | 179º | 0.47% | 0.5% | - |
| HSV(B) | 179º | 0.64% | 0.74% | - |
| XYZ | 29.23 | 40.74 | 52.78 | - |
| YUV | 151.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 186 | 0.64 | 0 | 0.01 | 0.26 | 179 | 0.47 | 0.5 |
| Hex | 44 | BC | BA | 40 | 0 | 1 | 1A | B3 | 2F | 32 |
| Octal | 104 | 274 | 272 | 100 | 0 | 1 | 32 | 263 | 57 | 62 |
| Binary | 1000100 | 10111100 | 10111010 | 1000000 | 0 | 1 | 11010 | 10110011 | 101111 | 110010 |
Color Harmonies of #44BCBA
Complementary color
Monochromatic Colors of #44BCBA
Black with #44BCBA
Text Example
Text Example
White with #44BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCBA; }
p { color: rgb(68,188,186); }
H1.HeaderClassName
{
color: #44BCBA;
}
.AnyTagClassName
{
color: #44BCBA;
}
</style>
background-color css
<style>
a { background-color: #44BCBA; }
a { background-color: rgb(68,188,186); }
div.DivClassName
{
background-color: #44BCBA;
}
.BgClassName
{
background-color: #44BCBA;
}
</style>
border-color css
<style>
span { border-color: #44BCBA; }
span { border-color: rgb(68,188,186); }
td.TdClassName
{
border-color: #44BCBA;
}
.TagClassName
{
border-color: #44BCBA;
}
</style>