#2A9B96

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

Shades of Java #2A9B96

Tints of Java #2A9B96

Color information

#2A9B96 (or 0x2A9B96) is unknown color: approx Java. HEX triplet: 2A, 9B and 96. RGB value is (42,155,150). Sum of RGB (Red+Green+Blue) = 42+155+150=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9B96 is #D56469. Grayscale: #787878. Windows color (decimal): -13984874 or 9870122. OLE color: 9870122.

HSL color Cylindrical-coordinate representation of color #2A9B96: hue angle of 177.35º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9B96 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB42155150-
CMYK0.7300.030.39
HSL177.35º57.36%38.63%-
HSV(B)177.35º72.9%60.78%-
XYZ18.1826.1432.94-
YUV120.64144.5671.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 155 (60.94% from 255) = 44.67%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=12.10%
G=44.67%
B=43.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421551500.7300.030.39177.3557.3638.63
Hex2A9B96490327b13927
Octal5223322611103472617147
Binary1010101001101110010110100100101110011110110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,155,150); }

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

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

 a { background-color: rgb(42,155,150); }

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

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

 span { border-color: rgb(42,155,150); }

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