Html Css Color HEX #18B092 Mountain Meadow

📋 copy color: '#18B092'

red 24 ◦ green 176 ◦ blue 146

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

Shades of Mountain Meadow #18B092

Tints of Mountain Meadow #18B092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.87%

 BLUE value IS 146 (57.42% from 255) = 42.2%

R = 6.94%
G = 50.87%
B = 42.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#18B092 (or 0x18B092) is known color: Mountain Meadow. HEX triplet: 18, B0 and 92. RGB value is (24,176,146). Sum of RGB (Red+Green+Blue) = 24+176+146=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #18B092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B092 is #E74F6D. Grayscale: #7F7F7F. Windows color (decimal): -15159150 or 9613336. OLE color: 9613336.

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

Color convert

RGB 24 176 146 -
CMYK 0.86 0 0.17 0.31
HSL 168.16º 0.76% 0.39% -
HSV(B) 168.16º 0.86% 0.69% -
XYZ 21.09 33.32 32.51 -
YUV 127.13 138.64 54.44 -
System Red Green Blue C M Y K H S L
Decimal 24 176 146 0.86 0 0.17 0.31 168.16 0.76 0.39
Hex 18 B0 92 56 0 11 1F A8 4C 27
Octal 30 260 222 126 0 21 37 250 114 47
Binary 11000 10110000 10010010 1010110 0 10001 11111 10101000 1001100 100111

Color Harmonies of #18B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B092

Black with #18B092

Text Example


Text Example

White with #18B092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,176,146); }

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

background-color css

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

 a { background-color: rgb(24,176,146); }

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

border-color css

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

 span { border-color: rgb(24,176,146); }

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