Html Css Color HEX #198B7D Elf Green

📋 copy color: '#198B7D'

red 25 ◦ green 139 ◦ blue 125

#198B7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #198B7D

Tints of Elf Green #198B7D

RGB

 RED value IS 25 (10.16% from 255) = 8.65%

 GREEN value IS 139 (54.69% from 255) = 48.1%

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 8.65%
G = 48.1%
B = 43.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#198B7D (or 0x198B7D) is known color: Elf Green. HEX triplet: 19, 8B and 7D. RGB value is (25,139,125). Sum of RGB (Red+Green+Blue) = 25+139+125=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #198B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B7D is #E67482. Grayscale: #676767. Windows color (decimal): -15103107 or 8227609. OLE color: 8227609.

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

Color convert

RGB 25 139 125 -
CMYK 0.82 0 0.10 0.45
HSL 172.63º 0.7% 0.32% -
HSV(B) 172.63º 0.82% 0.55% -
XYZ 13.34 20.15 22.59 -
YUV 103.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 25 139 125 0.82 0 0.10 0.45 172.63 0.7 0.32
Hex 19 8B 7D 52 0 A 2D AD 46 20
Octal 31 213 175 122 0 12 55 255 106 40
Binary 11001 10001011 1111101 1010010 0 1010 101101 10101101 1000110 100000

Color Harmonies of #198B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B7D

Black with #198B7D

Text Example


Text Example

White with #198B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #198B7D;
 }
 .AnyTagClassName
 {
   color: #198B7D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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