#18968F

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

Shades of Java #18968F

Tints of Java #18968F

Color information

#18968F (or 0x18968F) is unknown color: approx Java. HEX triplet: 18, 96 and 8F. RGB value is (24,150,143). Sum of RGB (Red+Green+Blue) = 24+150+143=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #18968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18968F is #E76970. Grayscale: #6F6F6F. Windows color (decimal): -15165809 or 9410072. OLE color: 9410072.

HSL color Cylindrical-coordinate representation of color #18968F: hue angle of 176.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18968F is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB24150143-
CMYK0.8400.050.41
HSL176.67º72.41%34.12%-
HSV(B)176.67º84%58.82%-
XYZ16.2423.9929.76-
YUV111.53145.7665.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.57%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=7.57%
G=47.32%
B=45.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241501430.8400.050.41176.6772.4134.12
Hex18968F540529b14822
Octal30226217124055126111042
Binary11000100101101000111110101000101101001101100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18968F; }

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

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

<style>
 a { background-color: #18968F; }

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

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

<style>
 span { border-color: #18968F; }

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

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