Html Css Color HEX #1CB190 Mountain Meadow

📋 copy color: '#1CB190'

red 28 ◦ green 177 ◦ blue 144

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

Shades of Mountain Meadow #1CB190

Tints of Mountain Meadow #1CB190

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.72%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 8.02%
G = 50.72%
B = 41.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#1CB190 (or 0x1CB190) is known color: Mountain Meadow. HEX triplet: 1C, B1 and 90. RGB value is (28,177,144). Sum of RGB (Red+Green+Blue) = 28+177+144=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB190 is #E34E6F. Grayscale: #808080. Windows color (decimal): -14896752 or 9482524. OLE color: 9482524.

HSL color Cylindrical-coordinate representation of color #1CB190: hue angle of 166.71º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB190 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 177 144 -
CMYK 0.84 0 0.19 0.31
HSL 166.71º 0.73% 0.4% -
HSV(B) 166.71º 0.84% 0.69% -
XYZ 21.24 33.7 31.77 -
YUV 128.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 28 177 144 0.84 0 0.19 0.31 166.71 0.73 0.4
Hex 1C B1 90 54 0 13 1F A7 49 28
Octal 34 261 220 124 0 23 37 247 111 50
Binary 11100 10110001 10010000 1010100 0 10011 11111 10100111 1001001 101000

Color Harmonies of #1CB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB190

Black with #1CB190

Text Example


Text Example

White with #1CB190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,177,144); }

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

background-color css

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

 a { background-color: rgb(28,177,144); }

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

border-color css

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

 span { border-color: rgb(28,177,144); }

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