Shades of Blue Chill #43A09B
Tints of Blue Chill #43A09B
RGB
CMYK
RGB Variations
Color information
#43A09B (or 0x43A09B) is known color: Blue Chill. HEX triplet: 43, A0 and 9B. RGB value is (67,160,155). Sum of RGB (Red+Green+Blue) = 67+160+155=382 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.54% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #43A09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A09B is #BC5F64. Grayscale: #838383. Windows color (decimal): -12345189 or 10199107. OLE color: 10199107.
HSL color Cylindrical-coordinate representation of color #43A09B: hue angle of 176.77º 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 #43A09B is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 155 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.37 |
| HSL | 176.77º | 0.41% | 0.45% | - |
| HSV(B) | 176.77º | 0.58% | 0.63% | - |
| XYZ | 20.8 | 28.7 | 35.45 | - |
| YUV | 131.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 155 | 0.58 | 0 | 0.03 | 0.37 | 176.77 | 0.41 | 0.45 |
| Hex | 43 | A0 | 9B | 3A | 0 | 3 | 25 | B1 | 29 | 2D |
| Octal | 103 | 240 | 233 | 72 | 0 | 3 | 45 | 261 | 51 | 55 |
| Binary | 1000011 | 10100000 | 10011011 | 111010 | 0 | 11 | 100101 | 10110001 | 101001 | 101101 |
Color Harmonies of #43A09B
Complementary color
Monochromatic Colors of #43A09B
Black with #43A09B
Text Example
Text Example
White with #43A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A09B; }
p { color: rgb(67,160,155); }
H1.HeaderClassName
{
color: #43A09B;
}
.AnyTagClassName
{
color: #43A09B;
}
</style>
background-color css
<style>
a { background-color: #43A09B; }
a { background-color: rgb(67,160,155); }
div.DivClassName
{
background-color: #43A09B;
}
.BgClassName
{
background-color: #43A09B;
}
</style>
border-color css
<style>
span { border-color: #43A09B; }
span { border-color: rgb(67,160,155); }
td.TdClassName
{
border-color: #43A09B;
}
.TagClassName
{
border-color: #43A09B;
}
</style>