Html Css Color HEX #18B698 Mountain Meadow

📋 copy color: '#18B698'

red 24 ◦ green 182 ◦ blue 152

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

Shades of Mountain Meadow #18B698

Tints of Mountain Meadow #18B698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 6.7%
G = 50.84%
B = 42.46%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#18B698 (or 0x18B698) is known color: Mountain Meadow. HEX triplet: 18, B6 and 98. RGB value is (24,182,152). Sum of RGB (Red+Green+Blue) = 24+182+152=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #18B698 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B698 is #E74967. Grayscale: #838383. Windows color (decimal): -15157608 or 10008088. OLE color: 10008088.

HSL color Cylindrical-coordinate representation of color #18B698: hue angle of 168.61º 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 #18B698 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 182 152 -
CMYK 0.87 0 0.16 0.29
HSL 168.61º 0.77% 0.4% -
HSV(B) 168.61º 0.87% 0.71% -
XYZ 22.77 35.92 35.44 -
YUV 131.34 139.65 51.44 -
System Red Green Blue C M Y K H S L
Decimal 24 182 152 0.87 0 0.16 0.29 168.61 0.77 0.4
Hex 18 B6 98 57 0 10 1D A9 4D 28
Octal 30 266 230 127 0 20 35 251 115 50
Binary 11000 10110110 10011000 1010111 0 10000 11101 10101001 1001101 101000

Color Harmonies of #18B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B698

Black with #18B698

Text Example


Text Example

White with #18B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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