Html Css Color HEX #1CBE8C Mountain Meadow

📋 copy color: '#1CBE8C'

red 28 ◦ green 190 ◦ blue 140

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

Shades of Mountain Meadow #1CBE8C

Tints of Mountain Meadow #1CBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.07%

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

R = 7.82%
G = 53.07%
B = 39.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#1CBE8C (or 0x1CBE8C) is known color: Mountain Meadow. HEX triplet: 1C, BE and 8C. RGB value is (28,190,140). Sum of RGB (Red+Green+Blue) = 28+190+140=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBE8C is #E34173. Grayscale: #878787. Windows color (decimal): -14893428 or 9223708. OLE color: 9223708.

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

Color convert

RGB 28 190 140 -
CMYK 0.85 0 0.26 0.25
HSL 161.48º 0.74% 0.43% -
HSV(B) 161.48º 0.85% 0.75% -
XYZ 23.63 38.97 31.09 -
YUV 135.86 130.33 51.07 -
System Red Green Blue C M Y K H S L
Decimal 28 190 140 0.85 0 0.26 0.25 161.48 0.74 0.43
Hex 1C BE 8C 55 0 1A 19 A1 4A 2B
Octal 34 276 214 125 0 32 31 241 112 53
Binary 11100 10111110 10001100 1010101 0 11010 11001 10100001 1001010 101011

Color Harmonies of #1CBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBE8C

Black with #1CBE8C

Text Example


Text Example

White with #1CBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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