#18807F

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

Shades of Elm #18807F

Tints of Elm #18807F

Color information

#18807F (or 0x18807F) is unknown color: approx Elm. HEX triplet: 18, 80 and 7F. RGB value is (24,128,127). Sum of RGB (Red+Green+Blue) = 24+128+127=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #18807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18807F is #E77F80. Grayscale: #606060. Windows color (decimal): -15171457 or 8355864. OLE color: 8355864.

HSL color Cylindrical-coordinate representation of color #18807F: hue angle of 179.42º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18807F is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB24128127-
CMYK0.8100.010.50
HSL179.42º68.42%29.8%-
HSV(B)179.42º81.25%50.2%-
XYZ11.9317.1622.76-
YUV96.79145.0476.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 127 (50% from 255) = 45.52%
R=8.60%
G=45.88%
B=45.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241281270.8100.010.50179.4268.4229.8
Hex18807F510132b3441e
Octal30200177121016226310436
Binary1100010000000111111110100010111001010110011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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