#1C7D7C

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

Shades of Elm #1C7D7C

Tints of Elm #1C7D7C

Color information

#1C7D7C (or 0x1C7D7C) is unknown color: approx Elm. HEX triplet: 1C, 7D and 7C. RGB value is (28,125,124). Sum of RGB (Red+Green+Blue) = 28+125+124=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7D7C is #E38283. Grayscale: #5F5F5F. Windows color (decimal): -14910084 or 8158492. OLE color: 8158492.

HSL color Cylindrical-coordinate representation of color #1C7D7C: hue angle of 179.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7D7C is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB28125124-
CMYK0.7800.010.51
HSL179.38º63.4%30%-
HSV(B)179.38º77.6%49.02%-
XYZ11.4516.3721.62-
YUV95.88143.8679.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=10.11%
G=45.13%
B=44.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal281251240.7800.010.51179.3863.430
Hex1C7D7C4E0133b33f1e
Octal3417517411601632637736
Binary11100111110111111001001110011100111011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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