Html Css Color HEX #1CB694 Mountain Meadow

📋 copy color: '#1CB694'

red 28 ◦ green 182 ◦ blue 148

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

Shades of Mountain Meadow #1CB694

Tints of Mountain Meadow #1CB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.84%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 7.82%
G = 50.84%
B = 41.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#1CB694 (or 0x1CB694) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 94. RGB value is (28,182,148). Sum of RGB (Red+Green+Blue) = 28+182+148=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB694 is #E3496B. Grayscale: #848484. Windows color (decimal): -14895468 or 9745948. OLE color: 9745948.

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

Color convert

RGB 28 182 148 -
CMYK 0.85 0 0.19 0.29
HSL 166.75º 0.73% 0.41% -
HSV(B) 166.75º 0.85% 0.71% -
XYZ 22.55 35.84 33.75 -
YUV 132.08 136.98 53.76 -
System Red Green Blue C M Y K H S L
Decimal 28 182 148 0.85 0 0.19 0.29 166.75 0.73 0.41
Hex 1C B6 94 55 0 13 1D A7 49 29
Octal 34 266 224 125 0 23 35 247 111 51
Binary 11100 10110110 10010100 1010101 0 10011 11101 10100111 1001001 101001

Color Harmonies of #1CB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB694

Black with #1CB694

Text Example


Text Example

White with #1CB694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,182,148); }

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

background-color css

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

 a { background-color: rgb(28,182,148); }

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

border-color css

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

 span { border-color: rgb(28,182,148); }

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