#198A7D

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

Shades of Elf Green #198A7D

Tints of Elf Green #198A7D

Color information

#198A7D (or 0x198A7D) is unknown color: approx Elf Green. HEX triplet: 19, 8A and 7D. RGB value is (25,138,125). Sum of RGB (Red+Green+Blue) = 25+138+125=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #198A7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A7D is #E67582. Grayscale: #666666. Windows color (decimal): -15103363 or 8227353. OLE color: 8227353.

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

Color convert

RGB25138125-
CMYK0.8200.090.46
HSL173.1º69.33%31.96%-
HSV(B)173.1º81.88%54.12%-
XYZ13.1919.8622.54-
YUV102.73140.5672.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.68%
GREEN value IS 138 (54.30% from 255) = 47.92%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=8.68%
G=47.92%
B=43.40%

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
Decimal251381250.8200.090.46173.169.3331.96
Hex198A7D52092Ead4520
Octal312121751220115625510540
Binary11001100010101111101101001001001101110101011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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