Shades of Blue Chill #3EA49D
Tints of Blue Chill #3EA49D
RGB
CMYK
RGB Variations
Color information
#3EA49D (or 0x3EA49D) is known color: Blue Chill. HEX triplet: 3E, A4 and 9D. RGB value is (62,164,157). Sum of RGB (Red+Green+Blue) = 62+164+157=383 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.19% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA49D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA49D is #C15B62. Grayscale: #848484. Windows color (decimal): -12671843 or 10331198. OLE color: 10331198.
HSL color Cylindrical-coordinate representation of color #3EA49D: hue angle of 175.88º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA49D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 164 | 157 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.36 |
| HSL | 175.88º | 0.45% | 0.44% | - |
| HSV(B) | 175.88º | 0.62% | 0.64% | - |
| XYZ | 21.35 | 30.01 | 36.57 | - |
| YUV | 132.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 164 | 157 | 0.62 | 0 | 0.04 | 0.36 | 175.88 | 0.45 | 0.44 |
| Hex | 3E | A4 | 9D | 3E | 0 | 4 | 24 | B0 | 2D | 2C |
| Octal | 76 | 244 | 235 | 76 | 0 | 4 | 44 | 260 | 55 | 54 |
| Binary | 111110 | 10100100 | 10011101 | 111110 | 0 | 100 | 100100 | 10110000 | 101101 | 101100 |
Color Harmonies of #3EA49D
Complementary color
Monochromatic Colors of #3EA49D
Black with #3EA49D
Text Example
Text Example
White with #3EA49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA49D; }
p { color: rgb(62,164,157); }
H1.HeaderClassName
{
color: #3EA49D;
}
.AnyTagClassName
{
color: #3EA49D;
}
</style>
background-color css
<style>
a { background-color: #3EA49D; }
a { background-color: rgb(62,164,157); }
div.DivClassName
{
background-color: #3EA49D;
}
.BgClassName
{
background-color: #3EA49D;
}
</style>
border-color css
<style>
span { border-color: #3EA49D; }
span { border-color: rgb(62,164,157); }
td.TdClassName
{
border-color: #3EA49D;
}
.TagClassName
{
border-color: #3EA49D;
}
</style>