Html Css Color HEX #18898E Java

📋 copy color: '#18898E'

red 24 ◦ green 137 ◦ blue 142

#18898E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #18898E

Tints of Java #18898E

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 value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#18898E (or 0x18898E) is known color: 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

RGB 24 137 142 -
CMYK 0.83 0.04 0 0.44
HSL 182.54º 0.71% 0.33% -
HSV(B) 182.54º 0.83% 0.56% -
XYZ 14.2 20.04 28.71 -
YUV 103.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 24 137 142 0.83 0.04 0 0.44 182.54 0.71 0.33
Hex 18 89 8E 53 4 0 2C B7 47 21
Octal 30 211 216 123 4 0 54 267 107 41
Binary 11000 10001001 10001110 1010011 100 0 101100 10110111 1000111 100001

Color Harmonies of #18898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18898E

Black with #18898E

Text Example


Text Example

White with #18898E

Text Example


Text Example

HTML Codes & Css Web 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>