Shades of Java #2EA1A4
Tints of Java #2EA1A4
RGB
CMYK
RGB Variations
Color information
#2EA1A4 (or 0x2EA1A4) is known color: Java. HEX triplet: 2E, A1 and A4. RGB value is (46,161,164). Sum of RGB (Red+Green+Blue) = 46+161+164=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #2EA1A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA1A4 is #D15E5B. Grayscale: #7E7E7E. Windows color (decimal): -13721180 or 10789166. OLE color: 10789166.
HSL color Cylindrical-coordinate representation of color #2EA1A4: hue angle of 181.53º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA1A4 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 161 | 164 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.36 |
| HSL | 181.53º | 0.56% | 0.41% | - |
| HSV(B) | 181.53º | 0.72% | 0.64% | - |
| XYZ | 20.57 | 28.75 | 39.59 | - |
| YUV | 126.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 161 | 164 | 0.72 | 0.02 | 0 | 0.36 | 181.53 | 0.56 | 0.41 |
| Hex | 2E | A1 | A4 | 48 | 2 | 0 | 24 | B6 | 38 | 29 |
| Octal | 56 | 241 | 244 | 110 | 2 | 0 | 44 | 266 | 70 | 51 |
| Binary | 101110 | 10100001 | 10100100 | 1001000 | 10 | 0 | 100100 | 10110110 | 111000 | 101001 |
Color Harmonies of #2EA1A4
Complementary color
Monochromatic Colors of #2EA1A4
Black with #2EA1A4
Text Example
Text Example
White with #2EA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA1A4; }
p { color: rgb(46,161,164); }
H1.HeaderClassName
{
color: #2EA1A4;
}
.AnyTagClassName
{
color: #2EA1A4;
}
</style>
background-color css
<style>
a { background-color: #2EA1A4; }
a { background-color: rgb(46,161,164); }
div.DivClassName
{
background-color: #2EA1A4;
}
.BgClassName
{
background-color: #2EA1A4;
}
</style>
border-color css
<style>
span { border-color: #2EA1A4; }
span { border-color: rgb(46,161,164); }
td.TdClassName
{
border-color: #2EA1A4;
}
.TagClassName
{
border-color: #2EA1A4;
}
</style>