Html Css Color HEX #1CB989 Mountain Meadow

📋 copy color: '#1CB989'

red 28 ◦ green 185 ◦ blue 137

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

Shades of Mountain Meadow #1CB989

Tints of Mountain Meadow #1CB989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 8%
G = 52.86%
B = 39.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#1CB989 (or 0x1CB989) is known color: Mountain Meadow. HEX triplet: 1C, B9 and 89. RGB value is (28,185,137). Sum of RGB (Red+Green+Blue) = 28+185+137=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB989 is #E34676. Grayscale: #848484. Windows color (decimal): -14894711 or 9025820. OLE color: 9025820.

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

Color convert

RGB 28 185 137 -
CMYK 0.85 0 0.26 0.27
HSL 161.66º 0.74% 0.42% -
HSV(B) 161.66º 0.85% 0.73% -
XYZ 22.34 36.75 29.58 -
YUV 132.59 130.49 53.4 -
System Red Green Blue C M Y K H S L
Decimal 28 185 137 0.85 0 0.26 0.27 161.66 0.74 0.42
Hex 1C B9 89 55 0 1A 1B A2 4A 2A
Octal 34 271 211 125 0 32 33 242 112 52
Binary 11100 10111001 10001001 1010101 0 11010 11011 10100010 1001010 101010

Color Harmonies of #1CB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB989

Black with #1CB989

Text Example


Text Example

White with #1CB989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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