#1CB584

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

Shades of Mountain Meadow #1CB584

Tints of Mountain Meadow #1CB584

Color information

#1CB584 (or 0x1CB584) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B5 and 84. RGB value is (28,181,132). Sum of RGB (Red+Green+Blue) = 28+181+132=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB584 is #E34A7B. Grayscale: #818181. Windows color (decimal): -14895740 or 8697116. OLE color: 8697116.

HSL color Cylindrical-coordinate representation of color #1CB584: hue angle of 160.78º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB584 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB28181132-
CMYK0.8500.270.29
HSL160.78º73.21%40.98%-
HSV(B)160.78º84.53%70.98%-
XYZ21.1734.9627.46-
YUV129.67129.3155.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.21%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=8.21%
G=53.08%
B=38.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281811320.8500.270.29160.7873.2140.98
Hex1CB5845501B1Da14929
Octal342652041250333524111151
Binary111001011010110000100101010101101111101101000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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