Html Css Color HEX #199380 Elf Green

📋 copy color: '#199380'

red 25 ◦ green 147 ◦ blue 128

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

Shades of Elf Green #199380

Tints of Elf Green #199380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 8.33%
G = 49%
B = 42.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#199380 (or 0x199380) is known color: Elf Green. HEX triplet: 19, 93 and 80. RGB value is (25,147,128). Sum of RGB (Red+Green+Blue) = 25+147+128=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #199380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199380 is #E66C7F. Grayscale: #6C6C6C. Windows color (decimal): -15101056 or 8426265. OLE color: 8426265.

HSL color Cylindrical-coordinate representation of color #199380: hue angle of 170.66º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199380 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 128 -
CMYK 0.83 0 0.13 0.42
HSL 170.66º 0.71% 0.34% -
HSV(B) 170.66º 0.83% 0.58% -
XYZ 14.73 22.63 24.01 -
YUV 108.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 25 147 128 0.83 0 0.13 0.42 170.66 0.71 0.34
Hex 19 93 80 53 0 D 2A AB 47 22
Octal 31 223 200 123 0 15 52 253 107 42
Binary 11001 10010011 10000000 1010011 0 1101 101010 10101011 1000111 100010

Color Harmonies of #199380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199380

Black with #199380

Text Example


Text Example

White with #199380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199380; }

 p { color: rgb(25,147,128); }

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

background-color css

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

 a { background-color: rgb(25,147,128); }

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

border-color css

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

 span { border-color: rgb(25,147,128); }

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