Shades of Blue Chill #43A2A0
Tints of Blue Chill #43A2A0
RGB
CMYK
RGB Variations
Color information
#43A2A0 (or 0x43A2A0) is known color: Blue Chill. HEX triplet: 43, A2 and A0. RGB value is (67,162,160). Sum of RGB (Red+Green+Blue) = 67+162+160=389 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.22% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 162 - color contains mainly: green. Hex color #43A2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A2A0 is #BC5D5F. Grayscale: #858585. Windows color (decimal): -12344672 or 10527299. OLE color: 10527299.
HSL color Cylindrical-coordinate representation of color #43A2A0: hue angle of 178.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A2A0 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 162 | 160 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.36 |
| HSL | 178.74º | 0.41% | 0.45% | - |
| HSV(B) | 178.74º | 0.59% | 0.64% | - |
| XYZ | 21.58 | 29.57 | 37.83 | - |
| YUV | 133.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 162 | 160 | 0.59 | 0 | 0.01 | 0.36 | 178.74 | 0.41 | 0.45 |
| Hex | 43 | A2 | A0 | 3B | 0 | 1 | 24 | B3 | 29 | 2D |
| Octal | 103 | 242 | 240 | 73 | 0 | 1 | 44 | 263 | 51 | 55 |
| Binary | 1000011 | 10100010 | 10100000 | 111011 | 0 | 1 | 100100 | 10110011 | 101001 | 101101 |
Color Harmonies of #43A2A0
Complementary color
Monochromatic Colors of #43A2A0
Black with #43A2A0
Text Example
Text Example
White with #43A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A2A0; }
p { color: rgb(67,162,160); }
H1.HeaderClassName
{
color: #43A2A0;
}
.AnyTagClassName
{
color: #43A2A0;
}
</style>
background-color css
<style>
a { background-color: #43A2A0; }
a { background-color: rgb(67,162,160); }
div.DivClassName
{
background-color: #43A2A0;
}
.BgClassName
{
background-color: #43A2A0;
}
</style>
border-color css
<style>
span { border-color: #43A2A0; }
span { border-color: rgb(67,162,160); }
td.TdClassName
{
border-color: #43A2A0;
}
.TagClassName
{
border-color: #43A2A0;
}
</style>