#217A6C

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

Shades of Elm #217A6C

Tints of Elm #217A6C

Color information

#217A6C (or 0x217A6C) is unknown color: approx Elm. HEX triplet: 21, 7A and 6C. RGB value is (33,122,108). Sum of RGB (Red+Green+Blue) = 33+122+108=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #217A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A6C is #DE8593. Grayscale: #5D5D5D. Windows color (decimal): -14583188 or 7109153. OLE color: 7109153.

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

Color convert

RGB33122108-
CMYK0.7300.110.52
HSL170.56º57.42%30.39%-
HSV(B)170.56º72.95%47.84%-
XYZ10.2915.3316.6-
YUV93.79136.0184.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=12.55%
G=46.39%
B=41.06%

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
Decimal331221080.7300.110.52170.5657.4230.39
Hex217A6C490B34ab391e
Octal41172154111013642537136
Binary100001111101011011001001001010111101001010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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