#198682

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

Shades of Elm #198682

Tints of Elm #198682

Color information

#198682 (or 0x198682) is unknown color: approx Elm. HEX triplet: 19, 86 and 82. RGB value is (25,134,130). Sum of RGB (Red+Green+Blue) = 25+134+130=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #198682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198682 is #E6797D. Grayscale: #646464. Windows color (decimal): -15104382 or 8554009. OLE color: 8554009.

HSL color Cylindrical-coordinate representation of color #198682: hue angle of 177.8º 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 #198682 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB25134130-
CMYK0.8100.030.47
HSL177.8º68.55%31.18%-
HSV(B)177.8º81.34%52.55%-
XYZ12.9618.8724.08-
YUV100.95144.3973.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=8.65%
G=46.37%
B=44.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal251341300.8100.030.47177.868.5531.18
Hex19868251032Fb2451f
Octal31206202121035726210537
Binary110011000011010000010101000101110111110110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198682; }

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

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

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

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

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

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

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

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