Html Css Color HEX #1CBC8C Mountain Meadow

📋 copy color: '#1CBC8C'

red 28 ◦ green 188 ◦ blue 140

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

Shades of Mountain Meadow #1CBC8C

Tints of Mountain Meadow #1CBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 7.87%
G = 52.81%
B = 39.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#1CBC8C (or 0x1CBC8C) is known color: Mountain Meadow. HEX triplet: 1C, BC and 8C. RGB value is (28,188,140). Sum of RGB (Red+Green+Blue) = 28+188+140=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBC8C is #E34373. Grayscale: #868686. Windows color (decimal): -14893940 or 9223196. OLE color: 9223196.

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

Color convert

RGB 28 188 140 -
CMYK 0.85 0 0.26 0.26
HSL 162º 0.74% 0.42% -
HSV(B) 162º 0.85% 0.74% -
XYZ 23.2 38.11 30.94 -
YUV 134.69 130.99 51.9 -
System Red Green Blue C M Y K H S L
Decimal 28 188 140 0.85 0 0.26 0.26 162 0.74 0.42
Hex 1C BC 8C 55 0 1A 1A A2 4A 2A
Octal 34 274 214 125 0 32 32 242 112 52
Binary 11100 10111100 10001100 1010101 0 11010 11010 10100010 1001010 101010

Color Harmonies of #1CBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC8C

Black with #1CBC8C

Text Example


Text Example

White with #1CBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,140); }

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

background-color css

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

 a { background-color: rgb(28,188,140); }

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

border-color css

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

 span { border-color: rgb(28,188,140); }

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