Html Css Color HEX #1CB396 Mountain Meadow

📋 copy color: '#1CB396'

red 28 ◦ green 179 ◦ blue 150

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

Shades of Mountain Meadow #1CB396

Tints of Mountain Meadow #1CB396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 7.84%
G = 50.14%
B = 42.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#1CB396 (or 0x1CB396) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 96. RGB value is (28,179,150). Sum of RGB (Red+Green+Blue) = 28+179+150=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB396 is #E34C69. Grayscale: #828282. Windows color (decimal): -14896234 or 9876252. OLE color: 9876252.

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

Color convert

RGB 28 179 150 -
CMYK 0.84 0 0.16 0.30
HSL 168.48º 0.73% 0.41% -
HSV(B) 168.48º 0.84% 0.7% -
XYZ 22.1 34.69 34.38 -
YUV 130.55 138.97 54.86 -
System Red Green Blue C M Y K H S L
Decimal 28 179 150 0.84 0 0.16 0.30 168.48 0.73 0.41
Hex 1C B3 96 54 0 10 1E A8 49 29
Octal 34 263 226 124 0 20 36 250 111 51
Binary 11100 10110011 10010110 1010100 0 10000 11110 10101000 1001001 101001

Color Harmonies of #1CB396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB396

Black with #1CB396

Text Example


Text Example

White with #1CB396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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