Html Css Color HEX #1C887C Elm

📋 copy color: '#1C887C'

red 28 ◦ green 136 ◦ blue 124

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

Shades of Elm #1C887C

Tints of Elm #1C887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 9.72%
G = 47.22%
B = 43.06%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#1C887C (or 0x1C887C) is known color: Elm. HEX triplet: 1C, 88 and 7C. RGB value is (28,136,124). Sum of RGB (Red+Green+Blue) = 28+136+124=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #1C887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C887C is #E37783. Grayscale: #666666. Windows color (decimal): -14907268 or 8161308. OLE color: 8161308.

HSL color Cylindrical-coordinate representation of color #1C887C: hue angle of 173.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C887C is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 28 136 124 -
CMYK 0.79 0 0.09 0.47
HSL 173.33º 0.66% 0.32% -
HSV(B) 173.33º 0.79% 0.53% -
XYZ 12.92 19.31 22.12 -
YUV 102.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 28 136 124 0.79 0 0.09 0.47 173.33 0.66 0.32
Hex 1C 88 7C 4F 0 9 2F AD 42 20
Octal 34 210 174 117 0 11 57 255 102 40
Binary 11100 10001000 1111100 1001111 0 1001 101111 10101101 1000010 100000

Color Harmonies of #1C887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C887C

Black with #1C887C

Text Example


Text Example

White with #1C887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,136,124); }

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

background-color css

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

 a { background-color: rgb(28,136,124); }

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

border-color css

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

 span { border-color: rgb(28,136,124); }

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