#198A7E

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

Shades of Elm #198A7E

Tints of Elm #198A7E

Color information

#198A7E (or 0x198A7E) is unknown color: approx Elm. HEX triplet: 19, 8A and 7E. RGB value is (25,138,126). Sum of RGB (Red+Green+Blue) = 25+138+126=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #198A7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A7E is #E67581. Grayscale: #666666. Windows color (decimal): -15103362 or 8292889. OLE color: 8292889.

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

Color convert

RGB25138126-
CMYK0.8200.090.46
HSL173.63º69.33%31.96%-
HSV(B)173.63º81.88%54.12%-
XYZ13.2619.8922.88-
YUV102.84141.0672.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=8.65%
G=47.75%
B=43.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251381260.8200.090.46173.6369.3331.96
Hex198A7E52092Eae4520
Octal312121761220115625610540
Binary11001100010101111110101001001001101110101011101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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