Html Css Color HEX #1CB997 Mountain Meadow

📋 copy color: '#1CB997'

red 28 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #1CB997

Tints of Mountain Meadow #1CB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.82%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 7.69%
G = 50.82%
B = 41.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#1CB997 (or 0x1CB997) is known color: Mountain Meadow. HEX triplet: 1C, B9 and 97. RGB value is (28,185,151). Sum of RGB (Red+Green+Blue) = 28+185+151=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB997 is #E34668. Grayscale: #868686. Windows color (decimal): -14894697 or 9943324. OLE color: 9943324.

HSL color Cylindrical-coordinate representation of color #1CB997: hue angle of 167.01º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB997 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 185 151 -
CMYK 0.85 0 0.18 0.27
HSL 167.01º 0.74% 0.42% -
HSV(B) 167.01º 0.85% 0.73% -
XYZ 23.41 37.18 35.22 -
YUV 134.18 137.49 52.26 -
System Red Green Blue C M Y K H S L
Decimal 28 185 151 0.85 0 0.18 0.27 167.01 0.74 0.42
Hex 1C B9 97 55 0 12 1B A7 4A 2A
Octal 34 271 227 125 0 22 33 247 112 52
Binary 11100 10111001 10010111 1010101 0 10010 11011 10100111 1001010 101010

Color Harmonies of #1CB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB997

Black with #1CB997

Text Example


Text Example

White with #1CB997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,185,151); }

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

background-color css

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

 a { background-color: rgb(28,185,151); }

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

border-color css

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

 span { border-color: rgb(28,185,151); }

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