#1CA684

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

Shades of Mountain Meadow #1CA684

Tints of Mountain Meadow #1CA684

Color information

#1CA684 (or 0x1CA684) is unknown color: approx Mountain Meadow. HEX triplet: 1C, A6 and 84. RGB value is (28,166,132). Sum of RGB (Red+Green+Blue) = 28+166+132=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA684 is #E3597B. Grayscale: #787878. Windows color (decimal): -14899580 or 8693276. OLE color: 8693276.

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

Color convert

RGB28166132-
CMYK0.8300.200.35
HSL165.22º71.13%38.04%-
HSV(B)165.22º83.13%65.1%-
XYZ18.2829.1926.5-
YUV120.86134.2861.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.59%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=8.59%
G=50.92%
B=40.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal281661320.8300.200.35165.2271.1338.04
Hex1CA6845301423a54726
Octal342462041230244324510746
Binary1110010100110100001001010011010100100011101001011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA684; }

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

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

<style>
 a { background-color: #1CA684; }

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

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

<style>
 span { border-color: #1CA684; }

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

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