#18A596

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

Shades of Java #18A596

Tints of Java #18A596

Color information

#18A596 (or 0x18A596) is unknown color: approx Java. HEX triplet: 18, A5 and 96. RGB value is (24,165,150). Sum of RGB (Red+Green+Blue) = 24+165+150=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #18A596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A596 is #E75A69. Grayscale: #797979. Windows color (decimal): -15161962 or 9872664. OLE color: 9872664.

HSL color Cylindrical-coordinate representation of color #18A596: hue angle of 173.62º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A596 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB24165150-
CMYK0.8500.090.35
HSL173.62º74.6%37.06%-
HSV(B)173.62º85.45%64.71%-
XYZ19.3429.3133.49-
YUV121.13144.2958.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=7.08%
G=48.67%
B=44.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651500.8500.090.35173.6274.637.06
Hex18A596550923ae4b25
Octal302452261250114325611345
Binary110001010010110010110101010101001100011101011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A596; }

 p { color: rgb(24,165,150); }

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

<style>
 a { background-color: #18A596; }

 a { background-color: rgb(24,165,150); }

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

<style>
 span { border-color: #18A596; }

 span { border-color: rgb(24,165,150); }

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