Html Css Color HEX #18B697 Mountain Meadow

📋 copy color: '#18B697'

red 24 ◦ green 182 ◦ blue 151

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

Shades of Mountain Meadow #18B697

Tints of Mountain Meadow #18B697

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.98%

 BLUE value IS 151 (59.38% from 255) = 42.3%

R = 6.72%
G = 50.98%
B = 42.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#18B697 (or 0x18B697) is known color: Mountain Meadow. HEX triplet: 18, B6 and 97. RGB value is (24,182,151). Sum of RGB (Red+Green+Blue) = 24+182+151=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #18B697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B697 is #E74968. Grayscale: #838383. Windows color (decimal): -15157609 or 9942552. OLE color: 9942552.

HSL color Cylindrical-coordinate representation of color #18B697: hue angle of 168.23º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B697 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 182 151 -
CMYK 0.87 0 0.17 0.29
HSL 168.23º 0.77% 0.4% -
HSV(B) 168.23º 0.87% 0.71% -
XYZ 22.69 35.88 35.01 -
YUV 131.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 24 182 151 0.87 0 0.17 0.29 168.23 0.77 0.4
Hex 18 B6 97 57 0 11 1D A8 4D 28
Octal 30 266 227 127 0 21 35 250 115 50
Binary 11000 10110110 10010111 1010111 0 10001 11101 10101000 1001101 101000

Color Harmonies of #18B697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B697

Black with #18B697

Text Example


Text Example

White with #18B697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,182,151); }

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

background-color css

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

 a { background-color: rgb(24,182,151); }

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

border-color css

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

 span { border-color: rgb(24,182,151); }

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