#18898E

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

Shades of Java #18898E

Tints of Java #18898E

Color information

#18898E (or 0x18898E) is unknown color: approx Java. HEX triplet: 18, 89 and 8E. RGB value is (24,137,142). Sum of RGB (Red+Green+Blue) = 24+137+142=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #18898E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18898E is #E77671. Grayscale: #676767. Windows color (decimal): -15169138 or 9341208. OLE color: 9341208.

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

Color convert

RGB24137142-
CMYK0.830.0400.44
HSL182.54º71.08%32.55%-
HSV(B)182.54º83.1%55.69%-
XYZ14.220.0428.71-
YUV103.78149.5671.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=7.92%
G=45.21%
B=46.86%

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
Decimal241371420.830.0400.44182.5471.0832.55
Hex18898E53402Cb74721
Octal30211216123405426710741
Binary11000100010011000111010100111000101100101101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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