Html Css Color HEX #18888E Java

📋 copy color: '#18888E'

red 24 ◦ green 136 ◦ blue 142

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

Shades of Java #18888E

Tints of Java #18888E

RGB

 RED value IS 24 (9.77% from 255) = 7.95%

 GREEN value IS 136 (53.52% from 255) = 45.03%

 BLUE value IS 142 (55.86% from 255) = 47.02%

R = 7.95%
G = 45.03%
B = 47.02%

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

#18888E (or 0x18888E) is known color: Java. HEX triplet: 18, 88 and 8E. RGB value is (24,136,142). Sum of RGB (Red+Green+Blue) = 24+136+142=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #18888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888E is #E77771. Grayscale: #676767. Windows color (decimal): -15169394 or 9340952. OLE color: 9340952.

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

Color convert

RGB 24 136 142 -
CMYK 0.83 0.04 0 0.44
HSL 183.05º 0.71% 0.33% -
HSV(B) 183.05º 0.83% 0.56% -
XYZ 14.06 19.76 28.66 -
YUV 103.2 149.89 71.51 -
System Red Green Blue C M Y K H S L
Decimal 24 136 142 0.83 0.04 0 0.44 183.05 0.71 0.33
Hex 18 88 8E 53 4 0 2C B7 47 21
Octal 30 210 216 123 4 0 54 267 107 41
Binary 11000 10001000 10001110 1010011 100 0 101100 10110111 1000111 100001

Color Harmonies of #18888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18888E

Black with #18888E

Text Example


Text Example

White with #18888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18888E;
 }
 .AnyTagClassName
 {
   color: #18888E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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