Shades of Java #2EA09C
Tints of Java #2EA09C
RGB
CMYK
RGB Variations
Color information
#2EA09C (or 0x2EA09C) is known color: Java. HEX triplet: 2E, A0 and 9C. RGB value is (46,160,156). Sum of RGB (Red+Green+Blue) = 46+160+156=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA09C is #D15F63. Grayscale: #7D7D7D. Windows color (decimal): -13721444 or 10264622. OLE color: 10264622.
HSL color Cylindrical-coordinate representation of color #2EA09C: hue angle of 177.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA09C is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 156 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.37 |
| HSL | 177.89º | 0.55% | 0.4% | - |
| HSV(B) | 177.89º | 0.71% | 0.63% | - |
| XYZ | 19.7 | 28.12 | 35.84 | - |
| YUV | 125.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 156 | 0.71 | 0 | 0.02 | 0.37 | 177.89 | 0.55 | 0.4 |
| Hex | 2E | A0 | 9C | 47 | 0 | 2 | 25 | B2 | 37 | 28 |
| Octal | 56 | 240 | 234 | 107 | 0 | 2 | 45 | 262 | 67 | 50 |
| Binary | 101110 | 10100000 | 10011100 | 1000111 | 0 | 10 | 100101 | 10110010 | 110111 | 101000 |
Color Harmonies of #2EA09C
Complementary color
Monochromatic Colors of #2EA09C
Black with #2EA09C
Text Example
Text Example
White with #2EA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA09C; }
p { color: rgb(46,160,156); }
H1.HeaderClassName
{
color: #2EA09C;
}
.AnyTagClassName
{
color: #2EA09C;
}
</style>
background-color css
<style>
a { background-color: #2EA09C; }
a { background-color: rgb(46,160,156); }
div.DivClassName
{
background-color: #2EA09C;
}
.BgClassName
{
background-color: #2EA09C;
}
</style>
border-color css
<style>
span { border-color: #2EA09C; }
span { border-color: rgb(46,160,156); }
td.TdClassName
{
border-color: #2EA09C;
}
.TagClassName
{
border-color: #2EA09C;
}
</style>