Shades of Blue Chill #43A0A0
Tints of Blue Chill #43A0A0
RGB
CMYK
RGB Variations
Color information
#43A0A0 (or 0x43A0A0) is known color: Blue Chill. HEX triplet: 43, A0 and A0. RGB value is (67,160,160). Sum of RGB (Red+Green+Blue) = 67+160+160=387 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.31% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #43A0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A0A0 is #BC5F5F. Grayscale: #848484. Windows color (decimal): -12345184 or 10526787. OLE color: 10526787.
HSL color Cylindrical-coordinate representation of color #43A0A0: hue angle of 180º 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 #43A0A0 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 160 | - |
| CMYK | 0.58 | 0 | 0 | 0.37 |
| HSL | 180º | 0.41% | 0.45% | - |
| HSV(B) | 180º | 0.58% | 0.63% | - |
| XYZ | 21.23 | 28.87 | 37.71 | - |
| YUV | 132.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 160 | 0.58 | 0 | 0 | 0.37 | 180 | 0.41 | 0.45 |
| Hex | 43 | A0 | A0 | 3A | 0 | 0 | 25 | B4 | 29 | 2D |
| Octal | 103 | 240 | 240 | 72 | 0 | 0 | 45 | 264 | 51 | 55 |
| Binary | 1000011 | 10100000 | 10100000 | 111010 | 0 | 0 | 100101 | 10110100 | 101001 | 101101 |
Color Harmonies of #43A0A0
Complementary color
Monochromatic Colors of #43A0A0
Black with #43A0A0
Text Example
Text Example
White with #43A0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A0A0; }
p { color: rgb(67,160,160); }
H1.HeaderClassName
{
color: #43A0A0;
}
.AnyTagClassName
{
color: #43A0A0;
}
</style>
background-color css
<style>
a { background-color: #43A0A0; }
a { background-color: rgb(67,160,160); }
div.DivClassName
{
background-color: #43A0A0;
}
.BgClassName
{
background-color: #43A0A0;
}
</style>
border-color css
<style>
span { border-color: #43A0A0; }
span { border-color: rgb(67,160,160); }
td.TdClassName
{
border-color: #43A0A0;
}
.TagClassName
{
border-color: #43A0A0;
}
</style>