#19807B

Color #19807B Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #19807B

Tints of Elm #19807B

Color information

#19807B (or 0x19807B) is unknown color: approx Elm. HEX triplet: 19, 80 and 7B. RGB value is (25,128,123). Sum of RGB (Red+Green+Blue) = 25+128+123=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #19807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19807B is #E67F84. Grayscale: #606060. Windows color (decimal): -15105925 or 8093721. OLE color: 8093721.

HSL color Cylindrical-coordinate representation of color #19807B: hue angle of 177.09º 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 #19807B is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB25128123-
CMYK0.8000.040.50
HSL177.09º67.32%30%-
HSV(B)177.09º80.47%50.2%-
XYZ11.717.0821.42-
YUV96.63142.8876.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.06%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=9.06%
G=46.38%
B=44.57%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251281230.8000.040.50177.0967.3230
Hex19807B500432b1431e
Octal31200173120046226110336
Binary110011000000011110111010000010011001010110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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