Shades of Blue Chill #43A6A0
Tints of Blue Chill #43A6A0
RGB
CMYK
RGB Variations
Color information
#43A6A0 (or 0x43A6A0) is known color: Blue Chill. HEX triplet: 43, A6 and A0. RGB value is (67,166,160). Sum of RGB (Red+Green+Blue) = 67+166+160=393 (52% of max value = 765). Red value is 67 (26.56% from 255 or 17.05% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 166 - color contains mainly: green. Hex color #43A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A6A0 is #BC595F. Grayscale: #878787. Windows color (decimal): -12343648 or 10528323. OLE color: 10528323.
HSL color Cylindrical-coordinate representation of color #43A6A0: hue angle of 176.36º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A6A0 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 166 | 160 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.35 |
| HSL | 176.36º | 0.42% | 0.46% | - |
| HSV(B) | 176.36º | 0.6% | 0.65% | - |
| XYZ | 22.3 | 31 | 38.07 | - |
| YUV | 135.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 160 | 0.60 | 0 | 0.04 | 0.35 | 176.36 | 0.42 | 0.46 |
| Hex | 43 | A6 | A0 | 3C | 0 | 4 | 23 | B0 | 2A | 2E |
| Octal | 103 | 246 | 240 | 74 | 0 | 4 | 43 | 260 | 52 | 56 |
| Binary | 1000011 | 10100110 | 10100000 | 111100 | 0 | 100 | 100011 | 10110000 | 101010 | 101110 |
Color Harmonies of #43A6A0
Complementary color
Monochromatic Colors of #43A6A0
Black with #43A6A0
Text Example
Text Example
White with #43A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A6A0; }
p { color: rgb(67,166,160); }
H1.HeaderClassName
{
color: #43A6A0;
}
.AnyTagClassName
{
color: #43A6A0;
}
</style>
background-color css
<style>
a { background-color: #43A6A0; }
a { background-color: rgb(67,166,160); }
div.DivClassName
{
background-color: #43A6A0;
}
.BgClassName
{
background-color: #43A6A0;
}
</style>
border-color css
<style>
span { border-color: #43A6A0; }
span { border-color: rgb(67,166,160); }
td.TdClassName
{
border-color: #43A6A0;
}
.TagClassName
{
border-color: #43A6A0;
}
</style>