#18887D

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

Shades of Elm #18887D

Tints of Elm #18887D

Color information

#18887D (or 0x18887D) is unknown color: approx Elm. HEX triplet: 18, 88 and 7D. RGB value is (24,136,125). Sum of RGB (Red+Green+Blue) = 24+136+125=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #18887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18887D is #E77782. Grayscale: #656565. Windows color (decimal): -15169411 or 8226840. OLE color: 8226840.

HSL color Cylindrical-coordinate representation of color #18887D: hue angle of 174.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18887D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB24136125-
CMYK0.8200.080.47
HSL174.11º70%31.37%-
HSV(B)174.11º82.35%53.33%-
XYZ12.8819.2822.45-
YUV101.26141.3972.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=8.42%
G=47.72%
B=43.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241361250.8200.080.47174.117031.37
Hex18887D52082Fae461f
Octal302101751220105725610637
Binary1100010001000111110110100100100010111110101110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18887D; }

 p { color: rgb(24,136,125); }

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

<style>
 a { background-color: #18887D; }

 a { background-color: rgb(24,136,125); }

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

<style>
 span { border-color: #18887D; }

 span { border-color: rgb(24,136,125); }

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