#18B192

Color #18B192 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18B192

Tints of Mountain Meadow #18B192

Color information

#18B192 (or 0x18B192) is unknown color: approx Mountain Meadow. HEX triplet: 18, B1 and 92. RGB value is (24,177,146). Sum of RGB (Red+Green+Blue) = 24+177+146=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #18B192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B192 is #E74E6D. Grayscale: #7F7F7F. Windows color (decimal): -15158894 or 9613592. OLE color: 9613592.

HSL color Cylindrical-coordinate representation of color #18B192: hue angle of 167.84º 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 #18B192 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB24177146-
CMYK0.8600.180.31
HSL167.84º76.12%39.41%-
HSV(B)167.84º86.44%69.41%-
XYZ21.2933.7132.58-
YUV127.72138.3154.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.92%
GREEN value IS 177 (69.53% from 255) = 51.01%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=6.92%
G=51.01%
B=42.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241771460.8600.180.31167.8476.1239.41
Hex18B192560121Fa84c27
Octal302612221260223725011447
Binary110001011000110010010101011001001011111101010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B192;
 }
 .AnyTagClassName
 {
   color: #18B192;
 }
</style>
background-color css

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

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

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

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

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

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