#1C8780

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

Shades of Elm #1C8780

Tints of Elm #1C8780

Color information

#1C8780 (or 0x1C8780) is unknown color: approx Elm. HEX triplet: 1C, 87 and 80. RGB value is (28,135,128). Sum of RGB (Red+Green+Blue) = 28+135+128=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #1C8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8780 is #E3787F. Grayscale: #666666. Windows color (decimal): -14907520 or 8423196. OLE color: 8423196.

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

Color convert

RGB28135128-
CMYK0.7900.050.47
HSL176.07º65.64%31.96%-
HSV(B)176.07º79.26%52.94%-
XYZ13.0419.1323.43-
YUV102.21142.5575.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.62%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=9.62%
G=46.39%
B=43.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal281351280.7900.050.47176.0765.6431.96
Hex1C87804F052Fb04220
Octal34207200117055726010240
Binary11100100001111000000010011110101101111101100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,135,128); }

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

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

 a { background-color: rgb(28,135,128); }

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

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

 span { border-color: rgb(28,135,128); }

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