Html Css Color HEX #1CB585 Mountain Meadow

📋 copy color: '#1CB585'

red 28 ◦ green 181 ◦ blue 133

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

Shades of Mountain Meadow #1CB585

Tints of Mountain Meadow #1CB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.92%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 8.19%
G = 52.92%
B = 38.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#1CB585 (or 0x1CB585) is known color: Mountain Meadow. HEX triplet: 1C, B5 and 85. RGB value is (28,181,133). Sum of RGB (Red+Green+Blue) = 28+181+133=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB585 is #E34A7A. Grayscale: #818181. Windows color (decimal): -14895739 or 8762652. OLE color: 8762652.

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

Color convert

RGB 28 181 133 -
CMYK 0.85 0 0.27 0.29
HSL 161.18º 0.73% 0.41% -
HSV(B) 161.18º 0.85% 0.71% -
XYZ 21.24 34.99 27.82 -
YUV 129.78 129.81 55.4 -
System Red Green Blue C M Y K H S L
Decimal 28 181 133 0.85 0 0.27 0.29 161.18 0.73 0.41
Hex 1C B5 85 55 0 1B 1D A1 49 29
Octal 34 265 205 125 0 33 35 241 111 51
Binary 11100 10110101 10000101 1010101 0 11011 11101 10100001 1001001 101001

Color Harmonies of #1CB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB585

Black with #1CB585

Text Example


Text Example

White with #1CB585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,181,133); }

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

background-color css

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

 a { background-color: rgb(28,181,133); }

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

border-color css

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

 span { border-color: rgb(28,181,133); }

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