Html Css Color HEX #217D71 Elm

📋 copy color: '#217D71'

red 33 ◦ green 125 ◦ blue 113

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

Shades of Elm #217D71

Tints of Elm #217D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.7%

R = 12.18%
G = 46.13%
B = 41.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#217D71 (or 0x217D71) is known color: Elm. HEX triplet: 21, 7D and 71. RGB value is (33,125,113). Sum of RGB (Red+Green+Blue) = 33+125+113=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #217D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D71 is #DE828E. Grayscale: #606060. Windows color (decimal): -14582415 or 7437601. OLE color: 7437601.

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

Color convert

RGB 33 125 113 -
CMYK 0.74 0 0.10 0.51
HSL 172.17º 0.58% 0.31% -
HSV(B) 172.17º 0.74% 0.49% -
XYZ 10.94 16.18 18.17 -
YUV 96.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 33 125 113 0.74 0 0.10 0.51 172.17 0.58 0.31
Hex 21 7D 71 4A 0 A 33 AC 3A 1F
Octal 41 175 161 112 0 12 63 254 72 37
Binary 100001 1111101 1110001 1001010 0 1010 110011 10101100 111010 11111

Color Harmonies of #217D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D71

Black with #217D71

Text Example


Text Example

White with #217D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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