Shades of Blue Chill #3EA19E
Tints of Blue Chill #3EA19E
RGB
CMYK
RGB Variations
Color information
#3EA19E (or 0x3EA19E) is known color: Blue Chill. HEX triplet: 3E, A1 and 9E. RGB value is (62,161,158). Sum of RGB (Red+Green+Blue) = 62+161+158=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #3EA19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA19E is #C15E61. Grayscale: #828282. Windows color (decimal): -12672610 or 10395966. OLE color: 10395966.
HSL color Cylindrical-coordinate representation of color #3EA19E: hue angle of 178.18º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA19E is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 161 | 158 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.37 |
| HSL | 178.18º | 0.44% | 0.44% | - |
| HSV(B) | 178.18º | 0.61% | 0.63% | - |
| XYZ | 20.9 | 28.98 | 36.84 | - |
| YUV | 131.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 161 | 158 | 0.61 | 0 | 0.02 | 0.37 | 178.18 | 0.44 | 0.44 |
| Hex | 3E | A1 | 9E | 3D | 0 | 2 | 25 | B2 | 2C | 2C |
| Octal | 76 | 241 | 236 | 75 | 0 | 2 | 45 | 262 | 54 | 54 |
| Binary | 111110 | 10100001 | 10011110 | 111101 | 0 | 10 | 100101 | 10110010 | 101100 | 101100 |
Color Harmonies of #3EA19E
Complementary color
Monochromatic Colors of #3EA19E
Black with #3EA19E
Text Example
Text Example
White with #3EA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA19E; }
p { color: rgb(62,161,158); }
H1.HeaderClassName
{
color: #3EA19E;
}
.AnyTagClassName
{
color: #3EA19E;
}
</style>
background-color css
<style>
a { background-color: #3EA19E; }
a { background-color: rgb(62,161,158); }
div.DivClassName
{
background-color: #3EA19E;
}
.BgClassName
{
background-color: #3EA19E;
}
</style>
border-color css
<style>
span { border-color: #3EA19E; }
span { border-color: rgb(62,161,158); }
td.TdClassName
{
border-color: #3EA19E;
}
.TagClassName
{
border-color: #3EA19E;
}
</style>