Html Css Color HEX #217C72 Elm

📋 copy color: '#217C72'

red 33 ◦ green 124 ◦ blue 114

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

Shades of Elm #217C72

Tints of Elm #217C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 12.18%
G = 45.76%
B = 42.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#217C72 (or 0x217C72) is known color: Elm. HEX triplet: 21, 7C and 72. RGB value is (33,124,114). Sum of RGB (Red+Green+Blue) = 33+124+114=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #217C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C72 is #DE838D. Grayscale: #5F5F5F. Windows color (decimal): -14582670 or 7502881. OLE color: 7502881.

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

Color convert

RGB 33 124 114 -
CMYK 0.73 0 0.08 0.51
HSL 173.41º 0.58% 0.31% -
HSV(B) 173.41º 0.73% 0.49% -
XYZ 10.87 15.95 18.43 -
YUV 95.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 33 124 114 0.73 0 0.08 0.51 173.41 0.58 0.31
Hex 21 7C 72 49 0 8 33 AD 3A 1F
Octal 41 174 162 111 0 10 63 255 72 37
Binary 100001 1111100 1110010 1001001 0 1000 110011 10101101 111010 11111

Color Harmonies of #217C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C72

Black with #217C72

Text Example


Text Example

White with #217C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,124,114); }

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

background-color css

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

 a { background-color: rgb(33,124,114); }

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

border-color css

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

 span { border-color: rgb(33,124,114); }

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