#18888A

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

Shades of Java #18888A

Tints of Java #18888A

Color information

#18888A (or 0x18888A) is unknown color: approx Java. HEX triplet: 18, 88 and 8A. RGB value is (24,136,138). Sum of RGB (Red+Green+Blue) = 24+136+138=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #18888A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888A is #E77775. Grayscale: #666666. Windows color (decimal): -15169398 or 9078808. OLE color: 9078808.

HSL color Cylindrical-coordinate representation of color #18888A: hue angle of 181.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888A is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24136138-
CMYK0.830.0100.46
HSL181.05º70.37%31.76%-
HSV(B)181.05º82.61%54.12%-
XYZ13.7719.6427.11-
YUV102.74147.8971.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.05%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=8.05%
G=45.64%
B=46.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241361380.830.0100.46181.0570.3731.76
Hex18888A53102Eb54620
Octal30210212123105626510640
Binary110001000100010001010101001110101110101101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18888A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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