#1C8982

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

Shades of Elm #1C8982

Tints of Elm #1C8982

Color information

#1C8982 (or 0x1C8982) is unknown color: approx Elm. HEX triplet: 1C, 89 and 82. RGB value is (28,137,130). Sum of RGB (Red+Green+Blue) = 28+137+130=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #1C8982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8982 is #E3767D. Grayscale: #676767. Windows color (decimal): -14907006 or 8554780. OLE color: 8554780.

HSL color Cylindrical-coordinate representation of color #1C8982: hue angle of 176.15º 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 #1C8982 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB28137130-
CMYK0.8000.050.46
HSL176.15º66.06%32.35%-
HSV(B)176.15º79.56%53.73%-
XYZ13.4519.7524.22-
YUV103.61142.8974.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 137 (53.91% from 255) = 46.44%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=9.49%
G=46.44%
B=44.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal281371300.8000.050.46176.1566.0632.35
Hex1C898250052Eb04220
Octal34211202120055626010240
Binary11100100010011000001010100000101101110101100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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