#198984

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

Shades of Elm #198984

Tints of Elm #198984

Color information

#198984 (or 0x198984) is unknown color: approx Elm. HEX triplet: 19, 89 and 84. RGB value is (25,137,132). Sum of RGB (Red+Green+Blue) = 25+137+132=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #198984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198984 is #E6767B. Grayscale: #666666. Windows color (decimal): -15103612 or 8685849. OLE color: 8685849.

HSL color Cylindrical-coordinate representation of color #198984: hue angle of 177.32º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198984 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB25137132-
CMYK0.8200.040.46
HSL177.32º69.14%31.76%-
HSV(B)177.32º81.75%53.73%-
XYZ13.5119.7624.93-
YUV102.94144.3972.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=8.50%
G=46.60%
B=44.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251371320.8200.040.46177.3269.1431.76
Hex19898452042Eb14520
Octal31211204122045626110540
Binary11001100010011000010010100100100101110101100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198984; }

 p { color: rgb(25,137,132); }

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

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

 a { background-color: rgb(25,137,132); }

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

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

 span { border-color: rgb(25,137,132); }

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