#217A6D

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

Shades of Elm #217A6D

Tints of Elm #217A6D

Color information

#217A6D (or 0x217A6D) is unknown color: approx Elm. HEX triplet: 21, 7A and 6D. RGB value is (33,122,109). Sum of RGB (Red+Green+Blue) = 33+122+109=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #217A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A6D is #DE8592. Grayscale: #5D5D5D. Windows color (decimal): -14583187 or 7174689. OLE color: 7174689.

HSL color Cylindrical-coordinate representation of color #217A6D: hue angle of 171.24º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A6D is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB33122109-
CMYK0.7300.110.52
HSL171.24º57.42%30.39%-
HSV(B)171.24º72.95%47.84%-
XYZ10.3515.3516.88-
YUV93.91136.5184.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=12.5%
G=46.21%
B=41.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331221090.7300.110.52171.2457.4230.39
Hex217A6D490B34ab391e
Octal41172155111013642537136
Binary100001111101011011011001001010111101001010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217A6D; }

 p { color: rgb(33,122,109); }

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

<style>
 a { background-color: #217A6D; }

 a { background-color: rgb(33,122,109); }

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

<style>
 span { border-color: #217A6D; }

 span { border-color: rgb(33,122,109); }

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