Shades of Blue Chill #40A89F
Tints of Blue Chill #40A89F
RGB
CMYK
RGB Variations
Color information
#40A89F (or 0x40A89F) is known color: Blue Chill. HEX triplet: 40, A8 and 9F. RGB value is (64,168,159). Sum of RGB (Red+Green+Blue) = 64+168+159=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #40A89F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A89F is #BF5760. Grayscale: #878787. Windows color (decimal): -12539745 or 10463296. OLE color: 10463296.
HSL color Cylindrical-coordinate representation of color #40A89F: hue angle of 174.81º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A89F is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 159 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.34 |
| HSL | 174.81º | 0.45% | 0.45% | - |
| HSV(B) | 174.81º | 0.62% | 0.66% | - |
| XYZ | 22.37 | 31.6 | 37.72 | - |
| YUV | 135.88 | 141.04 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 159 | 0.62 | 0 | 0.05 | 0.34 | 174.81 | 0.45 | 0.45 |
| Hex | 40 | A8 | 9F | 3E | 0 | 5 | 22 | AF | 2D | 2D |
| Octal | 100 | 250 | 237 | 76 | 0 | 5 | 42 | 257 | 55 | 55 |
| Binary | 1000000 | 10101000 | 10011111 | 111110 | 0 | 101 | 100010 | 10101111 | 101101 | 101101 |
Color Harmonies of #40A89F
Complementary color
Monochromatic Colors of #40A89F
Black with #40A89F
Text Example
Text Example
White with #40A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A89F; }
p { color: rgb(64,168,159); }
H1.HeaderClassName
{
color: #40A89F;
}
.AnyTagClassName
{
color: #40A89F;
}
</style>
background-color css
<style>
a { background-color: #40A89F; }
a { background-color: rgb(64,168,159); }
div.DivClassName
{
background-color: #40A89F;
}
.BgClassName
{
background-color: #40A89F;
}
</style>
border-color css
<style>
span { border-color: #40A89F; }
span { border-color: rgb(64,168,159); }
td.TdClassName
{
border-color: #40A89F;
}
.TagClassName
{
border-color: #40A89F;
}
</style>