#198B82

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

Shades of Elm #198B82

Tints of Elm #198B82

Color information

#198B82 (or 0x198B82) is unknown color: approx Elm. HEX triplet: 19, 8B and 82. RGB value is (25,139,130). Sum of RGB (Red+Green+Blue) = 25+139+130=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #198B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B82 is #E6747D. Grayscale: #676767. Windows color (decimal): -15103102 or 8555289. OLE color: 8555289.

HSL color Cylindrical-coordinate representation of color #198B82: hue angle of 175.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B82 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB25139130-
CMYK0.8200.060.45
HSL175.26º69.51%32.16%-
HSV(B)175.26º82.01%54.51%-
XYZ13.6620.2824.31-
YUV103.89142.7371.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.50%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=8.50%
G=47.28%
B=44.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251391300.8200.060.45175.2669.5132.16
Hex198B8252062Daf4620
Octal31213202122065525710640
Binary11001100010111000001010100100110101101101011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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