#198B7F

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

Shades of Elm #198B7F

Tints of Elm #198B7F

Color information

#198B7F (or 0x198B7F) is unknown color: approx Elm. HEX triplet: 19, 8B and 7F. RGB value is (25,139,127). Sum of RGB (Red+Green+Blue) = 25+139+127=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #198B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B7F is #E67480. Grayscale: #676767. Windows color (decimal): -15103105 or 8358681. OLE color: 8358681.

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

Color convert

RGB25139127-
CMYK0.8200.090.45
HSL173.68º69.51%32.16%-
HSV(B)173.68º82.01%54.51%-
XYZ13.4620.223.27-
YUV103.55141.2371.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 127 (50% from 255) = 43.64%
R=8.59%
G=47.77%
B=43.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251391270.8200.090.45173.6869.5132.16
Hex198B7F52092Dae4620
Octal312131771220115525610640
Binary11001100010111111111101001001001101101101011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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