#0EA684

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

Shades of Mountain Meadow #0EA684

Tints of Mountain Meadow #0EA684

Color information

#0EA684 (or 0x0EA684) is unknown color: approx Mountain Meadow. HEX triplet: 0E, A6 and 84. RGB value is (14,166,132). Sum of RGB (Red+Green+Blue) = 14+166+132=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA684 is #F1597B. Grayscale: #747474. Windows color (decimal): -15817084 or 8693262. OLE color: 8693262.

HSL color Cylindrical-coordinate representation of color #0EA684: hue angle of 166.58º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA684 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB14166132-
CMYK0.9200.200.35
HSL166.58º84.44%35.29%-
HSV(B)166.58º91.57%65.1%-
XYZ17.9829.0326.49-
YUV116.68136.6454.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.49%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=4.49%
G=53.21%
B=42.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141661320.9200.200.35166.5884.4435.29
HexEA6845C01423a75423
Octal162462041340244324712443
Binary111010100110100001001011100010100100011101001111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA684; }

 p { color: rgb(14,166,132); }

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

<style>
 a { background-color: #0EA684; }

 a { background-color: rgb(14,166,132); }

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

<style>
 span { border-color: #0EA684; }

 span { border-color: rgb(14,166,132); }

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