Html Css Color HEX #217A6E Elm

📋 copy color: '#217A6E'

red 33 ◦ green 122 ◦ blue 110

#217A6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #217A6E

Tints of Elm #217A6E

RGB

 RED value IS 33 (13.28% from 255) = 12.45%

 GREEN value IS 122 (48.05% from 255) = 46.04%

 BLUE value IS 110 (43.36% from 255) = 41.51%

R = 12.45%
G = 46.04%
B = 41.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#217A6E (or 0x217A6E) is known color: Elm. HEX triplet: 21, 7A and 6E. RGB value is (33,122,110). Sum of RGB (Red+Green+Blue) = 33+122+110=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #217A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A6E is #DE8591. Grayscale: #5D5D5D. Windows color (decimal): -14583186 or 7240225. OLE color: 7240225.

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

Color convert

RGB 33 122 110 -
CMYK 0.73 0 0.10 0.52
HSL 171.91º 0.57% 0.3% -
HSV(B) 171.91º 0.73% 0.48% -
XYZ 10.4 15.37 17.17 -
YUV 94.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 33 122 110 0.73 0 0.10 0.52 171.91 0.57 0.3
Hex 21 7A 6E 49 0 A 34 AC 39 1E
Octal 41 172 156 111 0 12 64 254 71 36
Binary 100001 1111010 1101110 1001001 0 1010 110100 10101100 111001 11110

Color Harmonies of #217A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217A6E

Black with #217A6E

Text Example


Text Example

White with #217A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #217A6E;
 }
 .AnyTagClassName
 {
   color: #217A6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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