#198A82

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

Shades of Elm #198A82

Tints of Elm #198A82

Color information

#198A82 (or 0x198A82) is unknown color: approx Elm. HEX triplet: 19, 8A and 82. RGB value is (25,138,130). Sum of RGB (Red+Green+Blue) = 25+138+130=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #198A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A82 is #E6757D. Grayscale: #676767. Windows color (decimal): -15103358 or 8555033. OLE color: 8555033.

HSL color Cylindrical-coordinate representation of color #198A82: hue angle of 175.75º 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 #198A82 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB25138130-
CMYK0.8200.060.46
HSL175.75º69.33%31.96%-
HSV(B)175.75º81.88%54.12%-
XYZ13.522024.27-
YUV103.3143.0672.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=8.53%
G=47.10%
B=44.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251381300.8200.060.46175.7569.3331.96
Hex198A8252062Eb04520
Octal31212202122065626010540
Binary11001100010101000001010100100110101110101100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198A82; }

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

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

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

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

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

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

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

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