#21706E

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

Shades of Elm #21706E

Tints of Elm #21706E

Color information

#21706E (or 0x21706E) is unknown color: approx Elm. HEX triplet: 21, 70 and 6E. RGB value is (33,112,110). Sum of RGB (Red+Green+Blue) = 33+112+110=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #21706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706E is #DE8F91. Grayscale: #585858. Windows color (decimal): -14585746 or 7237665. OLE color: 7237665.

HSL color Cylindrical-coordinate representation of color #21706E: hue angle of 178.48º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21706E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB33112110-
CMYK0.7100.020.56
HSL178.48º54.48%28.43%-
HSV(B)178.48º70.54%43.92%-
XYZ9.2413.0416.78-
YUV88.15140.3388.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=12.94%
G=43.92%
B=43.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331121100.7100.020.56178.4854.4828.43
Hex21706E470238b2361c
Octal4116015610702702626634
Binary1000011110000110111010001110101110001011001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21706E; }

 p { color: rgb(33,112,110); }

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

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

 a { background-color: rgb(33,112,110); }

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

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

 span { border-color: rgb(33,112,110); }

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