#18857E

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

Shades of Elm #18857E

Tints of Elm #18857E

Color information

#18857E (or 0x18857E) is unknown color: approx Elm. HEX triplet: 18, 85 and 7E. RGB value is (24,133,126). Sum of RGB (Red+Green+Blue) = 24+133+126=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #18857E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18857E is #E77A81. Grayscale: #636363. Windows color (decimal): -15170178 or 8291608. OLE color: 8291608.

HSL color Cylindrical-coordinate representation of color #18857E: hue angle of 176.15º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18857E is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB24133126-
CMYK0.8200.050.48
HSL176.15º69.43%30.78%-
HSV(B)176.15º81.95%52.16%-
XYZ12.5318.4822.64-
YUV99.61142.8974.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 126 (49.61% from 255) = 44.52%
R=8.48%
G=47.00%
B=44.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241331260.8200.050.48176.1569.4330.78
Hex18857E520530b0451f
Octal30205176122056026010537
Binary110001000010111111101010010010111000010110000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18857E; }

 p { color: rgb(24,133,126); }

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

<style>
 a { background-color: #18857E; }

 a { background-color: rgb(24,133,126); }

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

<style>
 span { border-color: #18857E; }

 span { border-color: rgb(24,133,126); }

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