Shades of Blue Chill #40A09B
Tints of Blue Chill #40A09B
RGB
CMYK
RGB Variations
Color information
#40A09B (or 0x40A09B) is known color: Blue Chill. HEX triplet: 40, A0 and 9B. RGB value is (64,160,155). Sum of RGB (Red+Green+Blue) = 64+160+155=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #40A09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A09B is #BF5F64. Grayscale: #828282. Windows color (decimal): -12541797 or 10199104. OLE color: 10199104.
HSL color Cylindrical-coordinate representation of color #40A09B: hue angle of 176.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A09B is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 155 | - |
| CMYK | 0.6 | 0 | 0.03 | 0.37 |
| HSL | 176.88º | 0.43% | 0.44% | - |
| HSV(B) | 176.88º | 0.6% | 0.63% | - |
| XYZ | 20.6 | 28.6 | 35.44 | - |
| YUV | 130.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 155 | 0.6 | 0 | 0.03 | 0.37 | 176.88 | 0.43 | 0.44 |
| Hex | 40 | A0 | 9B | 3C | 0 | 3 | 25 | B1 | 2B | 2C |
| Octal | 100 | 240 | 233 | 74 | 0 | 3 | 45 | 261 | 53 | 54 |
| Binary | 1000000 | 10100000 | 10011011 | 111100 | 0 | 11 | 100101 | 10110001 | 101011 | 101100 |
Color Harmonies of #40A09B
Complementary color
Monochromatic Colors of #40A09B
Black with #40A09B
Text Example
Text Example
White with #40A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A09B; }
p { color: rgb(64,160,155); }
H1.HeaderClassName
{
color: #40A09B;
}
.AnyTagClassName
{
color: #40A09B;
}
</style>
background-color css
<style>
a { background-color: #40A09B; }
a { background-color: rgb(64,160,155); }
div.DivClassName
{
background-color: #40A09B;
}
.BgClassName
{
background-color: #40A09B;
}
</style>
border-color css
<style>
span { border-color: #40A09B; }
span { border-color: rgb(64,160,155); }
td.TdClassName
{
border-color: #40A09B;
}
.TagClassName
{
border-color: #40A09B;
}
</style>