#18888E

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

Shades of Java #18888E

Tints of Java #18888E

Color information

#18888E (or 0x18888E) is unknown color: approx Java. HEX triplet: 18, 88 and 8E. RGB value is (24,136,142). Sum of RGB (Red+Green+Blue) = 24+136+142=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #18888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888E is #E77771. Grayscale: #676767. Windows color (decimal): -15169394 or 9340952. OLE color: 9340952.

HSL color Cylindrical-coordinate representation of color #18888E: hue angle of 183.05º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888E is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24136142-
CMYK0.830.0400.44
HSL183.05º71.08%32.55%-
HSV(B)183.05º83.1%55.69%-
XYZ14.0619.7628.66-
YUV103.2149.8971.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.95%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=7.95%
G=45.03%
B=47.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241361420.830.0400.44183.0571.0832.55
Hex18888E53402Cb74721
Octal30210216123405426710741
Binary11000100010001000111010100111000101100101101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18888E; }

 p { color: rgb(24,136,142); }

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

<style>
 a { background-color: #18888E; }

 a { background-color: rgb(24,136,142); }

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

<style>
 span { border-color: #18888E; }

 span { border-color: rgb(24,136,142); }

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