#1C8981

Color #1C8981 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #1C8981

Tints of Elm #1C8981

Color information

#1C8981 (or 0x1C8981) is unknown color: approx Elm. HEX triplet: 1C, 89 and 81. RGB value is (28,137,129). Sum of RGB (Red+Green+Blue) = 28+137+129=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8981 is #E3767E. Grayscale: #676767. Windows color (decimal): -14907007 or 8489244. OLE color: 8489244.

HSL color Cylindrical-coordinate representation of color #1C8981: hue angle of 175.6º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8981 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB28137129-
CMYK0.8000.060.46
HSL175.6º66.06%32.35%-
HSV(B)175.6º79.56%53.73%-
XYZ13.3919.7223.87-
YUV103.5142.3974.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.52%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 129 (50.78% from 255) = 43.88%
R=9.52%
G=46.60%
B=43.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281371290.8000.060.46175.666.0632.35
Hex1C898150062Eb04220
Octal34211201120065626010240
Binary11100100010011000000110100000110101110101100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,137,129); }

 H1.HeaderClassName
 {
   color: #1C8981;
 }
 .AnyTagClassName
 {
   color: #1C8981;
 }
</style>
background-color css

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

 a { background-color: rgb(28,137,129); }

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

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

 span { border-color: rgb(28,137,129); }

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