#18898F

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

Shades of Java #18898F

Tints of Java #18898F

Color information

#18898F (or 0x18898F) is unknown color: approx Java. HEX triplet: 18, 89 and 8F. RGB value is (24,137,143). Sum of RGB (Red+Green+Blue) = 24+137+143=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #18898F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18898F is #E77670. Grayscale: #676767. Windows color (decimal): -15169137 or 9406744. OLE color: 9406744.

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

Color convert

RGB24137143-
CMYK0.830.0400.44
HSL183.03º71.26%32.75%-
HSV(B)183.03º83.22%56.08%-
XYZ14.2820.0729.11-
YUV103.9150.0671.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.89%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=7.89%
G=45.07%
B=47.04%

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
Decimal241371430.830.0400.44183.0371.2632.75
Hex18898F53402Cb74721
Octal30211217123405426710741
Binary11000100010011000111110100111000101100101101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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