#2E9B9D

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

Shades of Java #2E9B9D

Tints of Java #2E9B9D

Color information

#2E9B9D (or 0x2E9B9D) is unknown color: approx Java. HEX triplet: 2E, 9B and 9D. RGB value is (46,155,157). Sum of RGB (Red+Green+Blue) = 46+155+157=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E9B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B9D is #D16462. Grayscale: #7A7A7A. Windows color (decimal): -13722723 or 10328878. OLE color: 10328878.

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

Color convert

RGB46155157-
CMYK0.710.0100.38
HSL181.08º54.68%39.8%-
HSV(B)181.08º70.7%61.57%-
XYZ18.9326.4636.01-
YUV122.64147.3973.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.85%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=12.85%
G=43.30%
B=43.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461551570.710.0100.38181.0854.6839.8
Hex2E9B9D471026b53728
Octal5623323510710462656750
Binary101110100110111001110110001111010011010110101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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