Html Css Color HEX #19807F Elm

📋 copy color: '#19807F'

red 25 ◦ green 128 ◦ blue 127

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

Shades of Elm #19807F

Tints of Elm #19807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 127 (50% from 255) = 45.36%

R = 8.93%
G = 45.71%
B = 45.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#19807F (or 0x19807F) is known color: Elm. HEX triplet: 19, 80 and 7F. RGB value is (25,128,127). Sum of RGB (Red+Green+Blue) = 25+128+127=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #19807F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19807F is #E67F80. Grayscale: #606060. Windows color (decimal): -15105921 or 8355865. OLE color: 8355865.

HSL color Cylindrical-coordinate representation of color #19807F: hue angle of 179.42º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19807F is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 127 -
CMYK 0.80 0 0.01 0.50
HSL 179.42º 0.67% 0.3% -
HSV(B) 179.42º 0.8% 0.5% -
XYZ 11.95 17.18 22.76 -
YUV 97.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 25 128 127 0.80 0 0.01 0.50 179.42 0.67 0.3
Hex 19 80 7F 50 0 1 32 B3 43 1E
Octal 31 200 177 120 0 1 62 263 103 36
Binary 11001 10000000 1111111 1010000 0 1 110010 10110011 1000011 11110

Color Harmonies of #19807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19807F

Black with #19807F

Text Example


Text Example

White with #19807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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