#18A498

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

Shades of Java #18A498

Tints of Java #18A498

Color information

#18A498 (or 0x18A498) is unknown color: approx Java. HEX triplet: 18, A4 and 98. RGB value is (24,164,152). Sum of RGB (Red+Green+Blue) = 24+164+152=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #18A498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A498 is #E75B67. Grayscale: #787878. Windows color (decimal): -15162216 or 10003480. OLE color: 10003480.

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

Color convert

RGB24164152-
CMYK0.8500.070.36
HSL174.86º74.47%36.86%-
HSV(B)174.86º85.37%64.31%-
XYZ19.3229.0134.29-
YUV120.77145.6258.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.06%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=7.06%
G=48.24%
B=44.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241641520.8500.070.36174.8674.4736.86
Hex18A498550724af4a25
Octal30244230125074425711245
Binary11000101001001001100010101010111100100101011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,164,152); }

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

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

 a { background-color: rgb(24,164,152); }

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

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

 span { border-color: rgb(24,164,152); }

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