#21897C

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

Shades of Elm #21897C

Tints of Elm #21897C

Color information

#21897C (or 0x21897C) is unknown color: approx Elm. HEX triplet: 21, 89 and 7C. RGB value is (33,137,124). Sum of RGB (Red+Green+Blue) = 33+137+124=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #21897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21897C is #DE7683. Grayscale: #686868. Windows color (decimal): -14579332 or 8161569. OLE color: 8161569.

HSL color Cylindrical-coordinate representation of color #21897C: hue angle of 172.5º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21897C is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB33137124-
CMYK0.7600.090.46
HSL172.5º61.18%33.33%-
HSV(B)172.5º75.91%53.73%-
XYZ13.2119.6722.17-
YUV104.42139.0477.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.22%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=11.22%
G=46.60%
B=42.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331371240.7600.090.46172.561.1833.33
Hex21897C4C092Eac3d21
Octal41211174114011562547541
Binary10000110001001111110010011000100110111010101100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21897C; }

 p { color: rgb(33,137,124); }

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

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

 a { background-color: rgb(33,137,124); }

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

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

 span { border-color: rgb(33,137,124); }

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