Html Css Color HEX #19827A Elm

📋 copy color: '#19827A'

red 25 ◦ green 130 ◦ blue 122

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

Shades of Elm #19827A

Tints of Elm #19827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 9.03%
G = 46.93%
B = 44.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#19827A (or 0x19827A) is known color: Elm. HEX triplet: 19, 82 and 7A. RGB value is (25,130,122). Sum of RGB (Red+Green+Blue) = 25+130+122=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #19827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19827A is #E67D85. Grayscale: #616161. Windows color (decimal): -15105414 or 8028697. OLE color: 8028697.

HSL color Cylindrical-coordinate representation of color #19827A: hue angle of 175.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19827A is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 122 -
CMYK 0.81 0 0.06 0.49
HSL 175.43º 0.68% 0.3% -
HSV(B) 175.43º 0.81% 0.51% -
XYZ 11.9 17.58 21.18 -
YUV 97.69 141.71 76.15 -
System Red Green Blue C M Y K H S L
Decimal 25 130 122 0.81 0 0.06 0.49 175.43 0.68 0.3
Hex 19 82 7A 51 0 6 31 AF 44 1E
Octal 31 202 172 121 0 6 61 257 104 36
Binary 11001 10000010 1111010 1010001 0 110 110001 10101111 1000100 11110

Color Harmonies of #19827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19827A

Black with #19827A

Text Example


Text Example

White with #19827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19827A; }

 p { color: rgb(25,130,122); }

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

background-color css

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

 a { background-color: rgb(25,130,122); }

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

border-color css

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

 span { border-color: rgb(25,130,122); }

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