#18B294

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

Shades of Mountain Meadow #18B294

Tints of Mountain Meadow #18B294

Color information

#18B294 (or 0x18B294) is unknown color: approx Mountain Meadow. HEX triplet: 18, B2 and 94. RGB value is (24,178,148). Sum of RGB (Red+Green+Blue) = 24+178+148=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #18B294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18B294 is #E74D6B. Grayscale: #808080. Windows color (decimal): -15158636 or 9744920. OLE color: 9744920.

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

Color convert

RGB24178148-
CMYK0.8700.170.30
HSL168.31º76.24%39.61%-
HSV(B)168.31º86.52%69.8%-
XYZ21.6434.1733.47-
YUV128.53138.9853.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=6.86%
G=50.86%
B=42.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241781480.8700.170.30168.3176.2439.61
Hex18B294570111Ea84c28
Octal302622241270213625011450
Binary110001011001010010100101011101000111110101010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,178,148); }

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

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

 a { background-color: rgb(24,178,148); }

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

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

 span { border-color: rgb(24,178,148); }

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