#18887F

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

Shades of Elm #18887F

Tints of Elm #18887F

Color information

#18887F (or 0x18887F) is unknown color: approx Elm. HEX triplet: 18, 88 and 7F. RGB value is (24,136,127). Sum of RGB (Red+Green+Blue) = 24+136+127=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #18887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18887F is #E77780. Grayscale: #656565. Windows color (decimal): -15169409 or 8357912. OLE color: 8357912.

HSL color Cylindrical-coordinate representation of color #18887F: hue angle of 175.18º 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 #18887F is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB24136127-
CMYK0.8200.070.47
HSL175.18º70%31.37%-
HSV(B)175.18º82.35%53.33%-
XYZ13.0119.3323.12-
YUV101.49142.3972.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.36%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 127 (50% from 255) = 44.25%
R=8.36%
G=47.39%
B=44.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241361270.8200.070.47175.187031.37
Hex18887F52072Faf461f
Octal30210177122075725710637
Binary110001000100011111111010010011110111110101111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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