Html Css Color HEX #2EA197 Java

📋 copy color: '#2EA197'

red 46 ◦ green 161 ◦ blue 151

#2EA197
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #2EA197

Tints of Java #2EA197

RGB

 RED value IS 46 (18.36% from 255) = 12.85%

 GREEN value IS 161 (63.28% from 255) = 44.97%

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 12.85%
G = 44.97%
B = 42.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EA197 (or 0x2EA197) is known color: Java. HEX triplet: 2E, A1 and 97. RGB value is (46,161,151). Sum of RGB (Red+Green+Blue) = 46+161+151=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA197 is #D15E68. Grayscale: #7D7D7D. Windows color (decimal): -13721193 or 9937198. OLE color: 9937198.

HSL color Cylindrical-coordinate representation of color #2EA197: hue angle of 174.78º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA197 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 151 -
CMYK 0.71 0 0.06 0.37
HSL 174.78º 0.56% 0.41% -
HSV(B) 174.78º 0.71% 0.63% -
XYZ 19.46 28.3 33.72 -
YUV 125.48 142.4 71.31 -
System Red Green Blue C M Y K H S L
Decimal 46 161 151 0.71 0 0.06 0.37 174.78 0.56 0.41
Hex 2E A1 97 47 0 6 25 AF 38 29
Octal 56 241 227 107 0 6 45 257 70 51
Binary 101110 10100001 10010111 1000111 0 110 100101 10101111 111000 101001

Color Harmonies of #2EA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA197

Black with #2EA197

Text Example


Text Example

White with #2EA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EA197; }

 p { color: rgb(46,161,151); }

 H1.HeaderClassName
 {
   color: #2EA197;
 }
 .AnyTagClassName
 {
   color: #2EA197;
 }
</style>

background-color css

<style>
 a { background-color: #2EA197; }

 a { background-color: rgb(46,161,151); }

 div.DivClassName
 {
   background-color: #2EA197;
 }
 .BgClassName
 {
   background-color: #2EA197;
 }
</style>

border-color css

<style>
 span { border-color: #2EA197; }

 span { border-color: rgb(46,161,151); }

 td.TdClassName
 {
   border-color: #2EA197;
 }
 .TagClassName
 {
   border-color: #2EA197;
 }
</style>