Shades of Blue Chill #42A39A
Tints of Blue Chill #42A39A
RGB
CMYK
RGB Variations
Color information
#42A39A (or 0x42A39A) is known color: Blue Chill. HEX triplet: 42, A3 and 9A. RGB value is (66,163,154). Sum of RGB (Red+Green+Blue) = 66+163+154=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #42A39A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A39A is #BD5C65. Grayscale: #848484. Windows color (decimal): -12409958 or 10134338. OLE color: 10134338.
HSL color Cylindrical-coordinate representation of color #42A39A: hue angle of 174.43º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A39A is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 163 | 154 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.36 |
| HSL | 174.43º | 0.42% | 0.45% | - |
| HSV(B) | 174.43º | 0.6% | 0.64% | - |
| XYZ | 21.18 | 29.69 | 35.19 | - |
| YUV | 132.97 | 139.86 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 163 | 154 | 0.60 | 0 | 0.06 | 0.36 | 174.43 | 0.42 | 0.45 |
| Hex | 42 | A3 | 9A | 3C | 0 | 6 | 24 | AE | 2A | 2D |
| Octal | 102 | 243 | 232 | 74 | 0 | 6 | 44 | 256 | 52 | 55 |
| Binary | 1000010 | 10100011 | 10011010 | 111100 | 0 | 110 | 100100 | 10101110 | 101010 | 101101 |
Color Harmonies of #42A39A
Complementary color
Monochromatic Colors of #42A39A
Black with #42A39A
Text Example
Text Example
White with #42A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A39A; }
p { color: rgb(66,163,154); }
H1.HeaderClassName
{
color: #42A39A;
}
.AnyTagClassName
{
color: #42A39A;
}
</style>
background-color css
<style>
a { background-color: #42A39A; }
a { background-color: rgb(66,163,154); }
div.DivClassName
{
background-color: #42A39A;
}
.BgClassName
{
background-color: #42A39A;
}
</style>
border-color css
<style>
span { border-color: #42A39A; }
span { border-color: rgb(66,163,154); }
td.TdClassName
{
border-color: #42A39A;
}
.TagClassName
{
border-color: #42A39A;
}
</style>