#217A6F

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

Shades of Elm #217A6F

Tints of Elm #217A6F

Color information

#217A6F (or 0x217A6F) is unknown color: approx Elm. HEX triplet: 21, 7A and 6F. RGB value is (33,122,111). Sum of RGB (Red+Green+Blue) = 33+122+111=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #217A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A6F is #DE8590. Grayscale: #5E5E5E. Windows color (decimal): -14583185 or 7305761. OLE color: 7305761.

HSL color Cylindrical-coordinate representation of color #217A6F: hue angle of 172.58º 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 #217A6F is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB33122111-
CMYK0.7300.090.52
HSL172.58º57.42%30.39%-
HSV(B)172.58º72.95%47.84%-
XYZ10.4615.3917.46-
YUV94.14137.5184.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=12.41%
G=45.86%
B=41.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331221110.7300.090.52172.5857.4230.39
Hex217A6F490934ad391e
Octal41172157111011642557136
Binary100001111101011011111001001010011101001010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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