Html Css Color HEX #1CB494 Mountain Meadow

📋 copy color: '#1CB494'

red 28 ◦ green 180 ◦ blue 148

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

Shades of Mountain Meadow #1CB494

Tints of Mountain Meadow #1CB494

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

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

R = 7.87%
G = 50.56%
B = 41.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#1CB494 (or 0x1CB494) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 94. RGB value is (28,180,148). Sum of RGB (Red+Green+Blue) = 28+180+148=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB494 is #E34B6B. Grayscale: #828282. Windows color (decimal): -14895980 or 9745436. OLE color: 9745436.

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

Color convert

RGB 28 180 148 -
CMYK 0.84 0 0.18 0.29
HSL 167.37º 0.73% 0.41% -
HSV(B) 167.37º 0.84% 0.71% -
XYZ 22.15 35.03 33.61 -
YUV 130.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 28 180 148 0.84 0 0.18 0.29 167.37 0.73 0.41
Hex 1C B4 94 54 0 12 1D A7 49 29
Octal 34 264 224 124 0 22 35 247 111 51
Binary 11100 10110100 10010100 1010100 0 10010 11101 10100111 1001001 101001

Color Harmonies of #1CB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB494

Black with #1CB494

Text Example


Text Example

White with #1CB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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