#1C8482

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

Shades of Elm #1C8482

Tints of Elm #1C8482

Color information

#1C8482 (or 0x1C8482) is unknown color: approx Elm. HEX triplet: 1C, 84 and 82. RGB value is (28,132,130). Sum of RGB (Red+Green+Blue) = 28+132+130=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #1C8482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8482 is #E37B7D. Grayscale: #646464. Windows color (decimal): -14908286 or 8553500. OLE color: 8553500.

HSL color Cylindrical-coordinate representation of color #1C8482: hue angle of 178.85º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8482 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB28132130-
CMYK0.7900.020.48
HSL178.85º65%31.37%-
HSV(B)178.85º78.79%51.76%-
XYZ12.7618.3623.99-
YUV100.68144.5476.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 130 (51.17% from 255) = 44.83%
R=9.66%
G=45.52%
B=44.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal281321300.7900.020.48178.856531.37
Hex1C84824F0230b3411f
Octal34204202117026026310137
Binary111001000010010000010100111101011000010110011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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