Shades of Blue Chill #2E878A
Tints of Blue Chill #2E878A
RGB
CMYK
RGB Variations
Color information
#2E878A (or 0x2E878A) is known color: Blue Chill. HEX triplet: 2E, 87 and 8A. RGB value is (46,135,138). Sum of RGB (Red+Green+Blue) = 46+135+138=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E878A is #D17875. Grayscale: #6C6C6C. Windows color (decimal): -13727862 or 9078574. OLE color: 9078574.
HSL color Cylindrical-coordinate representation of color #2E878A: hue angle of 181.96º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E878A is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 135 | 138 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.46 |
| HSL | 181.96º | 0.5% | 0.36% | - |
| HSV(B) | 181.96º | 0.67% | 0.54% | - |
| XYZ | 14.38 | 19.74 | 27.1 | - |
| YUV | 108.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 135 | 138 | 0.67 | 0.02 | 0 | 0.46 | 181.96 | 0.5 | 0.36 |
| Hex | 2E | 87 | 8A | 43 | 2 | 0 | 2E | B6 | 32 | 24 |
| Octal | 56 | 207 | 212 | 103 | 2 | 0 | 56 | 266 | 62 | 44 |
| Binary | 101110 | 10000111 | 10001010 | 1000011 | 10 | 0 | 101110 | 10110110 | 110010 | 100100 |
Color Harmonies of #2E878A
Complementary color
Monochromatic Colors of #2E878A
Black with #2E878A
Text Example
Text Example
White with #2E878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E878A; }
p { color: rgb(46,135,138); }
H1.HeaderClassName
{
color: #2E878A;
}
.AnyTagClassName
{
color: #2E878A;
}
</style>
background-color css
<style>
a { background-color: #2E878A; }
a { background-color: rgb(46,135,138); }
div.DivClassName
{
background-color: #2E878A;
}
.BgClassName
{
background-color: #2E878A;
}
</style>
border-color css
<style>
span { border-color: #2E878A; }
span { border-color: rgb(46,135,138); }
td.TdClassName
{
border-color: #2E878A;
}
.TagClassName
{
border-color: #2E878A;
}
</style>