Html Css Color HEX #18A68B Mountain Meadow

📋 copy color: '#18A68B'

red 24 ◦ green 166 ◦ blue 139

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

Shades of Mountain Meadow #18A68B

Tints of Mountain Meadow #18A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 7.29%
G = 50.46%
B = 42.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#18A68B (or 0x18A68B) is known color: Mountain Meadow. HEX triplet: 18, A6 and 8B. RGB value is (24,166,139). Sum of RGB (Red+Green+Blue) = 24+166+139=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #18A68B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A68B is #E75974. Grayscale: #787878. Windows color (decimal): -15161717 or 9152024. OLE color: 9152024.

HSL color Cylindrical-coordinate representation of color #18A68B: hue angle of 168.59º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A68B is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 166 139 -
CMYK 0.86 0 0.16 0.35
HSL 168.59º 0.75% 0.37% -
HSV(B) 168.59º 0.86% 0.65% -
XYZ 18.67 29.33 29.1 -
YUV 120.46 138.46 59.2 -
System Red Green Blue C M Y K H S L
Decimal 24 166 139 0.86 0 0.16 0.35 168.59 0.75 0.37
Hex 18 A6 8B 56 0 10 23 A9 4B 25
Octal 30 246 213 126 0 20 43 251 113 45
Binary 11000 10100110 10001011 1010110 0 10000 100011 10101001 1001011 100101

Color Harmonies of #18A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A68B

Black with #18A68B

Text Example


Text Example

White with #18A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,166,139); }

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

background-color css

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

 a { background-color: rgb(24,166,139); }

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

border-color css

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

 span { border-color: rgb(24,166,139); }

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