Html Css Color HEX #1CAC8C Mountain Meadow

📋 copy color: '#1CAC8C'

red 28 ◦ green 172 ◦ blue 140

#1CAC8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #1CAC8C

Tints of Mountain Meadow #1CAC8C

RGB

 RED value IS 28 (11.33% from 255) = 8.24%

 GREEN value IS 172 (67.58% from 255) = 50.59%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 8.24%
G = 50.59%
B = 41.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#1CAC8C (or 0x1CAC8C) is known color: Mountain Meadow. HEX triplet: 1C, AC and 8C. RGB value is (28,172,140). Sum of RGB (Red+Green+Blue) = 28+172+140=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAC8C is #E35373. Grayscale: #7D7D7D. Windows color (decimal): -14898036 or 9219100. OLE color: 9219100.

HSL color Cylindrical-coordinate representation of color #1CAC8C: hue angle of 166.67º 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 #1CAC8C is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 140 -
CMYK 0.84 0 0.19 0.33
HSL 166.67º 0.72% 0.39% -
HSV(B) 166.67º 0.84% 0.67% -
XYZ 19.97 31.65 29.87 -
YUV 125.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 28 172 140 0.84 0 0.19 0.33 166.67 0.72 0.39
Hex 1C AC 8C 54 0 13 21 A7 48 27
Octal 34 254 214 124 0 23 41 247 110 47
Binary 11100 10101100 10001100 1010100 0 10011 100001 10100111 1001000 100111

Color Harmonies of #1CAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC8C

Black with #1CAC8C

Text Example


Text Example

White with #1CAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,140); }

 H1.HeaderClassName
 {
   color: #1CAC8C;
 }
 .AnyTagClassName
 {
   color: #1CAC8C;
 }
</style>

background-color css

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

 a { background-color: rgb(28,172,140); }

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

border-color css

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

 span { border-color: rgb(28,172,140); }

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