#18A1A0

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

Shades of Java #18A1A0

Tints of Java #18A1A0

Color information

#18A1A0 (or 0x18A1A0) is unknown color: approx Java. HEX triplet: 18, A1 and A0. RGB value is (24,161,160). Sum of RGB (Red+Green+Blue) = 24+161+160=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #18A1A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A1A0 is #E75E5F. Grayscale: #777777. Windows color (decimal): -15162976 or 10527000. OLE color: 10527000.

HSL color Cylindrical-coordinate representation of color #18A1A0: hue angle of 179.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A1A0 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB24161160-
CMYK0.8500.010.37
HSL179.56º74.05%36.27%-
HSV(B)179.56º85.09%63.14%-
XYZ19.4728.2237.68-
YUV119.92150.6159.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.96%
GREEN value IS 161 (63.28% from 255) = 46.67%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=6.96%
G=46.67%
B=46.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241611600.8500.010.37179.5674.0536.27
Hex18A1A0550125b44a24
Octal30241240125014526411244
Binary110001010000110100000101010101100101101101001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,161,160); }

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

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

 a { background-color: rgb(24,161,160); }

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

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

 span { border-color: rgb(24,161,160); }

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