Html Css Color HEX #1CBD8D Mountain Meadow

📋 copy color: '#1CBD8D'

red 28 ◦ green 189 ◦ blue 141

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

Shades of Mountain Meadow #1CBD8D

Tints of Mountain Meadow #1CBD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.79%

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 7.82%
G = 52.79%
B = 39.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#1CBD8D (or 0x1CBD8D) is known color: Mountain Meadow. HEX triplet: 1C, BD and 8D. RGB value is (28,189,141). Sum of RGB (Red+Green+Blue) = 28+189+141=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBD8D is #E34272. Grayscale: #878787. Windows color (decimal): -14893683 or 9288988. OLE color: 9288988.

HSL color Cylindrical-coordinate representation of color #1CBD8D: hue angle of 162.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBD8D is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 189 141 -
CMYK 0.85 0 0.25 0.26
HSL 162.11º 0.74% 0.43% -
HSV(B) 162.11º 0.85% 0.74% -
XYZ 23.48 38.57 31.41 -
YUV 135.39 131.16 51.4 -
System Red Green Blue C M Y K H S L
Decimal 28 189 141 0.85 0 0.25 0.26 162.11 0.74 0.43
Hex 1C BD 8D 55 0 19 1A A2 4A 2B
Octal 34 275 215 125 0 31 32 242 112 53
Binary 11100 10111101 10001101 1010101 0 11001 11010 10100010 1001010 101011

Color Harmonies of #1CBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD8D

Black with #1CBD8D

Text Example


Text Example

White with #1CBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,189,141); }

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

background-color css

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

 a { background-color: rgb(28,189,141); }

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

border-color css

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

 span { border-color: rgb(28,189,141); }

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