Html Css Color HEX #2E9D9C Java

📋 copy color: '#2E9D9C'

red 46 ◦ green 157 ◦ blue 156

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

Shades of Java #2E9D9C

Tints of Java #2E9D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 12.81%
G = 43.73%
B = 43.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#2E9D9C (or 0x2E9D9C) is known color: Java. HEX triplet: 2E, 9D and 9C. RGB value is (46,157,156). Sum of RGB (Red+Green+Blue) = 46+157+156=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #2E9D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9D9C is #D16263. Grayscale: #7B7B7B. Windows color (decimal): -13722212 or 10263854. OLE color: 10263854.

HSL color Cylindrical-coordinate representation of color #2E9D9C: hue angle of 179.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9D9C is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 157 156 -
CMYK 0.71 0 0.01 0.38
HSL 179.46º 0.55% 0.4% -
HSV(B) 179.46º 0.71% 0.62% -
XYZ 19.18 27.1 35.67 -
YUV 123.7 146.23 72.58 -
System Red Green Blue C M Y K H S L
Decimal 46 157 156 0.71 0 0.01 0.38 179.46 0.55 0.4
Hex 2E 9D 9C 47 0 1 26 B3 37 28
Octal 56 235 234 107 0 1 46 263 67 50
Binary 101110 10011101 10011100 1000111 0 1 100110 10110011 110111 101000

Color Harmonies of #2E9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9D9C

Black with #2E9D9C

Text Example


Text Example

White with #2E9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,157,156); }

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

background-color css

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

 a { background-color: rgb(46,157,156); }

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

border-color css

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

 span { border-color: rgb(46,157,156); }

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