#1CAA7B

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

Shades of Mountain Meadow #1CAA7B

Tints of Mountain Meadow #1CAA7B

Color information

#1CAA7B (or 0x1CAA7B) is unknown color: approx Mountain Meadow. HEX triplet: 1C, AA and 7B. RGB value is (28,170,123). Sum of RGB (Red+Green+Blue) = 28+170+123=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA7B is #E35584. Grayscale: #7A7A7A. Windows color (decimal): -14898565 or 8104476. OLE color: 8104476.

HSL color Cylindrical-coordinate representation of color #1CAA7B: hue angle of 160.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAA7B is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB28170123-
CMYK0.8400.280.33
HSL160.14º71.72%38.82%-
HSV(B)160.14º83.53%66.67%-
XYZ18.4330.4323.64-
YUV122.18128.4660.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=8.72%
G=52.96%
B=38.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281701230.8400.280.33160.1471.7238.82
Hex1CAA7B5401C21a04827
Octal342521731240344124011047
Binary111001010101011110111010100011100100001101000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,123); }

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

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

 a { background-color: rgb(28,170,123); }

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

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

 span { border-color: rgb(28,170,123); }

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