Html Css Color HEX #2E9399 Java

📋 copy color: '#2E9399'

red 46 ◦ green 147 ◦ blue 153

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

Shades of Java #2E9399

Tints of Java #2E9399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

 BLUE value IS 153 (60.16% from 255) = 44.22%

R = 13.29%
G = 42.49%
B = 44.22%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2E9399 (or 0x2E9399) is known color: Java. HEX triplet: 2E, 93 and 99. RGB value is (46,147,153). Sum of RGB (Red+Green+Blue) = 46+147+153=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E9399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9399 is #D16C66. Grayscale: #757575. Windows color (decimal): -13724775 or 10064686. OLE color: 10064686.

HSL color Cylindrical-coordinate representation of color #2E9399: hue angle of 183.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9399 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 46 147 153 -
CMYK 0.70 0.04 0 0.4
HSL 183.36º 0.54% 0.39% -
HSV(B) 183.36º 0.7% 0.6% -
XYZ 17.31 23.75 33.81 -
YUV 117.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 46 147 153 0.70 0.04 0 0.4 183.36 0.54 0.39
Hex 2E 93 99 46 4 0 28 B7 36 27
Octal 56 223 231 106 4 0 50 267 66 47
Binary 101110 10010011 10011001 1000110 100 0 101000 10110111 110110 100111

Color Harmonies of #2E9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9399

Black with #2E9399

Text Example


Text Example

White with #2E9399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,147,153); }

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

background-color css

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

 a { background-color: rgb(46,147,153); }

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

border-color css

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

 span { border-color: rgb(46,147,153); }

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