#198A7C

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

Shades of Elf Green #198A7C

Tints of Elf Green #198A7C

Color information

#198A7C (or 0x198A7C) is unknown color: approx Elf Green. HEX triplet: 19, 8A and 7C. RGB value is (25,138,124). Sum of RGB (Red+Green+Blue) = 25+138+124=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #198A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A7C is #E67583. Grayscale: #666666. Windows color (decimal): -15103364 or 8161817. OLE color: 8161817.

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

Color convert

RGB25138124-
CMYK0.8200.100.46
HSL172.57º69.33%31.96%-
HSV(B)172.57º81.88%54.12%-
XYZ13.1319.8422.21-
YUV102.62140.0672.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.71%
GREEN value IS 138 (54.30% from 255) = 48.08%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=8.71%
G=48.08%
B=43.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251381240.8200.100.46172.5769.3331.96
Hex198A7C520A2Ead4520
Octal312121741220125625510540
Binary11001100010101111100101001001010101110101011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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