#21706B

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

Shades of Elm #21706B

Tints of Elm #21706B

Color information

#21706B (or 0x21706B) is unknown color: approx Elm. HEX triplet: 21, 70 and 6B. RGB value is (33,112,107). Sum of RGB (Red+Green+Blue) = 33+112+107=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #21706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706B is #DE8F94. Grayscale: #575757. Windows color (decimal): -14585749 or 7041057. OLE color: 7041057.

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

Color convert

RGB33112107-
CMYK0.7100.040.56
HSL176.2º54.48%28.43%-
HSV(B)176.2º70.54%43.92%-
XYZ9.0812.9715.94-
YUV87.81138.8388.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=13.10%
G=44.44%
B=42.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331121070.7100.040.56176.254.4828.43
Hex21706B470438b0361c
Octal4116015310704702606634
Binary10000111100001101011100011101001110001011000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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