#2E9E9B

Color #2E9E9B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #2E9E9B

Tints of Java #2E9E9B

Color information

#2E9E9B (or 0x2E9E9B) is unknown color: approx Java. HEX triplet: 2E, 9E and 9B. RGB value is (46,158,155). Sum of RGB (Red+Green+Blue) = 46+158+155=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9E9B is #D16164. Grayscale: #7C7C7C. Windows color (decimal): -13721957 or 10198574. OLE color: 10198574.

HSL color Cylindrical-coordinate representation of color #2E9E9B: hue angle of 178.39º 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 #2E9E9B is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB46158155-
CMYK0.7100.020.38
HSL178.39º54.9%40%-
HSV(B)178.39º70.89%61.96%-
XYZ19.2727.435.28-
YUV124.17145.3972.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=12.81%
G=44.01%
B=43.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461581550.7100.020.38178.3954.940
Hex2E9E9B470226b23728
Octal5623623310702462626750
Binary1011101001111010011011100011101010011010110010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,158,155); }

 H1.HeaderClassName
 {
   color: #2E9E9B;
 }
 .AnyTagClassName
 {
   color: #2E9E9B;
 }
</style>
background-color css

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

 a { background-color: rgb(46,158,155); }

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

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

 span { border-color: rgb(46,158,155); }

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