#2A9B93

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

Shades of Java #2A9B93

Tints of Java #2A9B93

Color information

#2A9B93 (or 0x2A9B93) is unknown color: approx Java. HEX triplet: 2A, 9B and 93. RGB value is (42,155,147). Sum of RGB (Red+Green+Blue) = 42+155+147=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9B93 is #D5646C. Grayscale: #787878. Windows color (decimal): -13984877 or 9673514. OLE color: 9673514.

HSL color Cylindrical-coordinate representation of color #2A9B93: hue angle of 175.75º 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 #2A9B93 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB42155147-
CMYK0.7300.050.39
HSL175.75º57.36%38.63%-
HSV(B)175.75º72.9%60.78%-
XYZ17.9426.0431.68-
YUV120.3143.0672.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.21%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=12.21%
G=45.06%
B=42.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421551470.7300.050.39175.7557.3638.63
Hex2A9B93490527b03927
Octal5223322311105472607147
Binary10101010011011100100111001001010110011110110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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