#18998A

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

Shades of Java #18998A

Tints of Java #18998A

Color information

#18998A (or 0x18998A) is unknown color: approx Java. HEX triplet: 18, 99 and 8A. RGB value is (24,153,138). Sum of RGB (Red+Green+Blue) = 24+153+138=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #18998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18998A is #E76675. Grayscale: #707070. Windows color (decimal): -15165046 or 9083160. OLE color: 9083160.

HSL color Cylindrical-coordinate representation of color #18998A: hue angle of 173.02º 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 #18998A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB24153138-
CMYK0.8400.100.4
HSL173.02º72.88%34.71%-
HSV(B)173.02º84.31%60%-
XYZ16.3624.8127.97-
YUV112.72142.2664.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=7.62%
G=48.57%
B=43.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241531380.8400.100.4173.0272.8834.71
Hex18998A540A28ad4923
Octal302312121240125025511143
Binary110001001100110001010101010001010101000101011011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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