#1D8680

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

Shades of Elm #1D8680

Tints of Elm #1D8680

Color information

#1D8680 (or 0x1D8680) is unknown color: approx Elm. HEX triplet: 1D, 86 and 80. RGB value is (29,134,128). Sum of RGB (Red+Green+Blue) = 29+134+128=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8680 is #E2797F. Grayscale: #656565. Windows color (decimal): -14842240 or 8422941. OLE color: 8422941.

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

Color convert

RGB29134128-
CMYK0.7800.040.47
HSL176.57º64.42%31.96%-
HSV(B)176.57º78.36%52.55%-
XYZ12.9318.8723.38-
YUV101.92142.7175.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.97%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=9.97%
G=46.05%
B=43.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291341280.7800.040.47176.5764.4231.96
Hex1D86804E042Fb14020
Octal35206200116045726110040
Binary11101100001101000000010011100100101111101100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,134,128); }

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

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

 a { background-color: rgb(29,134,128); }

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

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

 span { border-color: rgb(29,134,128); }

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