#198882

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

Shades of Elm #198882

Tints of Elm #198882

Color information

#198882 (or 0x198882) is unknown color: approx Elm. HEX triplet: 19, 88 and 82. RGB value is (25,136,130). Sum of RGB (Red+Green+Blue) = 25+136+130=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #198882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198882 is #E6777D. Grayscale: #666666. Windows color (decimal): -15103870 or 8554521. OLE color: 8554521.

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

Color convert

RGB25136130-
CMYK0.8200.040.47
HSL176.76º68.94%31.57%-
HSV(B)176.76º81.62%53.33%-
XYZ13.2319.4324.17-
YUV102.13143.7372.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=8.59%
G=46.74%
B=44.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251361300.8200.040.47176.7668.9431.57
Hex19888252042Fb14520
Octal31210202122045726110540
Binary11001100010001000001010100100100101111101100011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198882; }

 p { color: rgb(25,136,130); }

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

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

 a { background-color: rgb(25,136,130); }

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

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

 span { border-color: rgb(25,136,130); }

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