Html Css Color HEX #18AE8E Mountain Meadow

📋 copy color: '#18AE8E'

red 24 ◦ green 174 ◦ blue 142

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

Shades of Mountain Meadow #18AE8E

Tints of Mountain Meadow #18AE8E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.18%

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

R = 7.06%
G = 51.18%
B = 41.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#18AE8E (or 0x18AE8E) is known color: Mountain Meadow. HEX triplet: 18, AE and 8E. RGB value is (24,174,142). Sum of RGB (Red+Green+Blue) = 24+174+142=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AE8E is #E75171. Grayscale: #7D7D7D. Windows color (decimal): -15159666 or 9350680. OLE color: 9350680.

HSL color Cylindrical-coordinate representation of color #18AE8E: hue angle of 167.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE8E is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 174 142 -
CMYK 0.86 0 0.18 0.32
HSL 167.2º 0.76% 0.39% -
HSV(B) 167.2º 0.86% 0.68% -
XYZ 20.4 32.42 30.77 -
YUV 125.5 137.31 55.6 -
System Red Green Blue C M Y K H S L
Decimal 24 174 142 0.86 0 0.18 0.32 167.2 0.76 0.39
Hex 18 AE 8E 56 0 12 20 A7 4C 27
Octal 30 256 216 126 0 22 40 247 114 47
Binary 11000 10101110 10001110 1010110 0 10010 100000 10100111 1001100 100111

Color Harmonies of #18AE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AE8E

Black with #18AE8E

Text Example


Text Example

White with #18AE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AE8E; }

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

 H1.HeaderClassName
 {
   color: #18AE8E;
 }
 .AnyTagClassName
 {
   color: #18AE8E;
 }
</style>

background-color css

<style>
 a { background-color: #18AE8E; }

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

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

border-color css

<style>
 span { border-color: #18AE8E; }

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

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