#18888B

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

Shades of Java #18888B

Tints of Java #18888B

Color information

#18888B (or 0x18888B) is unknown color: approx Java. HEX triplet: 18, 88 and 8B. RGB value is (24,136,139). Sum of RGB (Red+Green+Blue) = 24+136+139=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #18888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888B is #E77774. Grayscale: #666666. Windows color (decimal): -15169397 or 9144344. OLE color: 9144344.

HSL color Cylindrical-coordinate representation of color #18888B: hue angle of 181.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888B is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24136139-
CMYK0.830.0200.45
HSL181.57º70.55%31.96%-
HSV(B)181.57º82.73%54.51%-
XYZ13.8419.6727.49-
YUV102.85148.3971.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.03%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=8.03%
G=45.48%
B=46.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241361390.830.0200.45181.5770.5531.96
Hex18888B53202Db64720
Octal30210213123205526610740
Binary1100010001000100010111010011100101101101101101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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