Html Css Color HEX #1CB393 Mountain Meadow

📋 copy color: '#1CB393'

red 28 ◦ green 179 ◦ blue 147

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

Shades of Mountain Meadow #1CB393

Tints of Mountain Meadow #1CB393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

 BLUE value IS 147 (57.81% from 255) = 41.53%

R = 7.91%
G = 50.56%
B = 41.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#1CB393 (or 0x1CB393) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 93. RGB value is (28,179,147). Sum of RGB (Red+Green+Blue) = 28+179+147=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB393 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB393 is #E34C6C. Grayscale: #828282. Windows color (decimal): -14896237 or 9679644. OLE color: 9679644.

HSL color Cylindrical-coordinate representation of color #1CB393: hue angle of 167.28º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB393 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 179 147 -
CMYK 0.84 0 0.18 0.30
HSL 167.28º 0.73% 0.41% -
HSV(B) 167.28º 0.84% 0.7% -
XYZ 21.87 34.59 33.13 -
YUV 130.2 137.47 55.1 -
System Red Green Blue C M Y K H S L
Decimal 28 179 147 0.84 0 0.18 0.30 167.28 0.73 0.41
Hex 1C B3 93 54 0 12 1E A7 49 29
Octal 34 263 223 124 0 22 36 247 111 51
Binary 11100 10110011 10010011 1010100 0 10010 11110 10100111 1001001 101001

Color Harmonies of #1CB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB393

Black with #1CB393

Text Example


Text Example

White with #1CB393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,147); }

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

background-color css

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

 a { background-color: rgb(28,179,147); }

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

border-color css

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

 span { border-color: rgb(28,179,147); }

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