Shades of Blue Chill #44A197
Tints of Blue Chill #44A197
RGB
CMYK
RGB Variations
Color information
#44A197 (or 0x44A197) is known color: Blue Chill. HEX triplet: 44, A1 and 97. RGB value is (68,161,151). Sum of RGB (Red+Green+Blue) = 68+161+151=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #44A197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A197 is #BB5E68. Grayscale: #848484. Windows color (decimal): -12279401 or 9937220. OLE color: 9937220.
HSL color Cylindrical-coordinate representation of color #44A197: hue angle of 173.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A197 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 151 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.37 |
| HSL | 173.55º | 0.41% | 0.45% | - |
| HSV(B) | 173.55º | 0.58% | 0.63% | - |
| XYZ | 20.71 | 28.95 | 33.77 | - |
| YUV | 132.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 151 | 0.58 | 0 | 0.06 | 0.37 | 173.55 | 0.41 | 0.45 |
| Hex | 44 | A1 | 97 | 3A | 0 | 6 | 25 | AE | 29 | 2D |
| Octal | 104 | 241 | 227 | 72 | 0 | 6 | 45 | 256 | 51 | 55 |
| Binary | 1000100 | 10100001 | 10010111 | 111010 | 0 | 110 | 100101 | 10101110 | 101001 | 101101 |
Color Harmonies of #44A197
Complementary color
Monochromatic Colors of #44A197
Black with #44A197
Text Example
Text Example
White with #44A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A197; }
p { color: rgb(68,161,151); }
H1.HeaderClassName
{
color: #44A197;
}
.AnyTagClassName
{
color: #44A197;
}
</style>
background-color css
<style>
a { background-color: #44A197; }
a { background-color: rgb(68,161,151); }
div.DivClassName
{
background-color: #44A197;
}
.BgClassName
{
background-color: #44A197;
}
</style>
border-color css
<style>
span { border-color: #44A197; }
span { border-color: rgb(68,161,151); }
td.TdClassName
{
border-color: #44A197;
}
.TagClassName
{
border-color: #44A197;
}
</style>