#2A9599

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

Shades of Java #2A9599

Tints of Java #2A9599

Color information

#2A9599 (or 0x2A9599) is unknown color: approx Java. HEX triplet: 2A, 95 and 99. RGB value is (42,149,153). Sum of RGB (Red+Green+Blue) = 42+149+153=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A9599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9599 is #D56A66. Grayscale: #757575. Windows color (decimal): -13986407 or 10065194. OLE color: 10065194.

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

Color convert

RGB42149153-
CMYK0.730.0300.4
HSL182.16º56.92%38.24%-
HSV(B)182.16º72.55%60%-
XYZ17.4524.2933.91-
YUV117.46148.0574.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 149 (58.59% from 255) = 43.31%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=12.21%
G=43.31%
B=44.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421491530.730.0300.4182.1656.9238.24
Hex2A9599493028b63926
Octal5222523111130502667146
Binary1010101001010110011001100100111010100010110110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,149,153); }

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

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

 a { background-color: rgb(42,149,153); }

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

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

 span { border-color: rgb(42,149,153); }

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