#198785

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

Shades of Elm #198785

Tints of Elm #198785

Color information

#198785 (or 0x198785) is unknown color: approx Elm. HEX triplet: 19, 87 and 85. RGB value is (25,135,133). Sum of RGB (Red+Green+Blue) = 25+135+133=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #198785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198785 is #E6787A. Grayscale: #656565. Windows color (decimal): -15104123 or 8750873. OLE color: 8750873.

HSL color Cylindrical-coordinate representation of color #198785: hue angle of 178.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198785 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB25135133-
CMYK0.8100.010.47
HSL178.91º68.75%31.37%-
HSV(B)178.91º81.48%52.94%-
XYZ13.319.2325.2-
YUV101.88145.5673.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=8.53%
G=46.08%
B=45.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251351330.8100.010.47178.9168.7531.37
Hex19878551012Fb3451f
Octal31207205121015726310537
Binary11001100001111000010110100010110111110110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198785; }

 p { color: rgb(25,135,133); }

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

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

 a { background-color: rgb(25,135,133); }

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

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

 span { border-color: rgb(25,135,133); }

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