#18998C

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

Shades of Java #18998C

Tints of Java #18998C

Color information

#18998C (or 0x18998C) is unknown color: approx Java. HEX triplet: 18, 99 and 8C. RGB value is (24,153,140). Sum of RGB (Red+Green+Blue) = 24+153+140=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #18998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998C is #E76673. Grayscale: #707070. Windows color (decimal): -15165044 or 9214232. OLE color: 9214232.

HSL color Cylindrical-coordinate representation of color #18998C: hue angle of 173.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18998C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB24153140-
CMYK0.8400.080.4
HSL173.95º72.88%34.71%-
HSV(B)173.95º84.31%60%-
XYZ16.524.8728.74-
YUV112.95143.2664.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.57%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=7.57%
G=48.26%
B=44.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241531400.8400.080.4173.9572.8834.71
Hex18998C540828ae4923
Octal302312141240105025611143
Binary110001001100110001100101010001000101000101011101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18998C; }

 p { color: rgb(24,153,140); }

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

<style>
 a { background-color: #18998C; }

 a { background-color: rgb(24,153,140); }

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

<style>
 span { border-color: #18998C; }

 span { border-color: rgb(24,153,140); }

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