#18898B

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

Shades of Java #18898B

Tints of Java #18898B

Color information

#18898B (or 0x18898B) is unknown color: approx Java. HEX triplet: 18, 89 and 8B. RGB value is (24,137,139). Sum of RGB (Red+Green+Blue) = 24+137+139=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #18898B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18898B is #E77674. Grayscale: #676767. Windows color (decimal): -15169141 or 9144600. OLE color: 9144600.

HSL color Cylindrical-coordinate representation of color #18898B: hue angle of 181.04º 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 #18898B is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB24137139-
CMYK0.830.0100.45
HSL181.04º70.55%31.96%-
HSV(B)181.04º82.73%54.51%-
XYZ13.9819.9527.54-
YUV103.44148.0671.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=8%
G=45.67%
B=46.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241371390.830.0100.45181.0470.5531.96
Hex18898B53102Db54720
Octal30211213123105526510740
Binary110001000100110001011101001110101101101101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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