Shades of Blue Chill #43A4A0
Tints of Blue Chill #43A4A0
RGB
CMYK
RGB Variations
Color information
#43A4A0 (or 0x43A4A0) is known color: Blue Chill. HEX triplet: 43, A4 and A0. RGB value is (67,164,160). Sum of RGB (Red+Green+Blue) = 67+164+160=391 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.14% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #43A4A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A4A0 is #BC5B5F. Grayscale: #868686. Windows color (decimal): -12344160 or 10527811. OLE color: 10527811.
HSL color Cylindrical-coordinate representation of color #43A4A0: hue angle of 177.53º degrees, saturation: 0.42, 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 #43A4A0 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 164 | 160 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.36 |
| HSL | 177.53º | 0.42% | 0.45% | - |
| HSV(B) | 177.53º | 0.59% | 0.64% | - |
| XYZ | 21.94 | 30.28 | 37.95 | - |
| YUV | 134.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 160 | 0.59 | 0 | 0.02 | 0.36 | 177.53 | 0.42 | 0.45 |
| Hex | 43 | A4 | A0 | 3B | 0 | 2 | 24 | B2 | 2A | 2D |
| Octal | 103 | 244 | 240 | 73 | 0 | 2 | 44 | 262 | 52 | 55 |
| Binary | 1000011 | 10100100 | 10100000 | 111011 | 0 | 10 | 100100 | 10110010 | 101010 | 101101 |
Color Harmonies of #43A4A0
Complementary color
Monochromatic Colors of #43A4A0
Black with #43A4A0
Text Example
Text Example
White with #43A4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A4A0; }
p { color: rgb(67,164,160); }
H1.HeaderClassName
{
color: #43A4A0;
}
.AnyTagClassName
{
color: #43A4A0;
}
</style>
background-color css
<style>
a { background-color: #43A4A0; }
a { background-color: rgb(67,164,160); }
div.DivClassName
{
background-color: #43A4A0;
}
.BgClassName
{
background-color: #43A4A0;
}
</style>
border-color css
<style>
span { border-color: #43A4A0; }
span { border-color: rgb(67,164,160); }
td.TdClassName
{
border-color: #43A4A0;
}
.TagClassName
{
border-color: #43A4A0;
}
</style>