Html Css Color HEX #217D6F Elm

📋 copy color: '#217D6F'

red 33 ◦ green 125 ◦ blue 111

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

Shades of Elm #217D6F

Tints of Elm #217D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 12.27%
G = 46.47%
B = 41.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#217D6F (or 0x217D6F) is known color: Elm. HEX triplet: 21, 7D and 6F. RGB value is (33,125,111). Sum of RGB (Red+Green+Blue) = 33+125+111=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #217D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D6F is #DE8290. Grayscale: #5F5F5F. Windows color (decimal): -14582417 or 7306529. OLE color: 7306529.

HSL color Cylindrical-coordinate representation of color #217D6F: hue angle of 170.87º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217D6F is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 125 111 -
CMYK 0.74 0 0.11 0.51
HSL 170.87º 0.58% 0.31% -
HSV(B) 170.87º 0.74% 0.49% -
XYZ 10.83 16.14 17.58 -
YUV 95.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 33 125 111 0.74 0 0.11 0.51 170.87 0.58 0.31
Hex 21 7D 6F 4A 0 B 33 AB 3A 1F
Octal 41 175 157 112 0 13 63 253 72 37
Binary 100001 1111101 1101111 1001010 0 1011 110011 10101011 111010 11111

Color Harmonies of #217D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D6F

Black with #217D6F

Text Example


Text Example

White with #217D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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