#2A9D96

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

Shades of Java #2A9D96

Tints of Java #2A9D96

Color information

#2A9D96 (or 0x2A9D96) is unknown color: approx Java. HEX triplet: 2A, 9D and 96. RGB value is (42,157,150). Sum of RGB (Red+Green+Blue) = 42+157+150=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9D96 is #D56269. Grayscale: #797979. Windows color (decimal): -13984362 or 9870634. OLE color: 9870634.

HSL color Cylindrical-coordinate representation of color #2A9D96: hue angle of 176.35º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9D96 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB42157150-
CMYK0.7300.040.38
HSL176.35º57.79%39.02%-
HSV(B)176.35º73.25%61.57%-
XYZ18.5226.8133.05-
YUV121.82143.971.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=12.03%
G=44.99%
B=42.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421571500.7300.040.38176.3557.7939.02
Hex2A9D96490426b03a27
Octal5223522611104462607247
Binary10101010011101100101101001001010010011010110000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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