Html Css Color HEX #217D70 Elm

📋 copy color: '#217D70'

red 33 ◦ green 125 ◦ blue 112

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

Shades of Elm #217D70

Tints of Elm #217D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 12.22%
G = 46.3%
B = 41.48%

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

#217D70 (or 0x217D70) is known color: Elm. HEX triplet: 21, 7D and 70. RGB value is (33,125,112). Sum of RGB (Red+Green+Blue) = 33+125+112=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #217D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217D70 is #DE828F. Grayscale: #5F5F5F. Windows color (decimal): -14582416 or 7372065. OLE color: 7372065.

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

Color convert

RGB 33 125 112 -
CMYK 0.74 0 0.10 0.51
HSL 171.52º 0.58% 0.31% -
HSV(B) 171.52º 0.74% 0.49% -
XYZ 10.89 16.16 17.87 -
YUV 96.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 33 125 112 0.74 0 0.10 0.51 171.52 0.58 0.31
Hex 21 7D 70 4A 0 A 33 AC 3A 1F
Octal 41 175 160 112 0 12 63 254 72 37
Binary 100001 1111101 1110000 1001010 0 1010 110011 10101100 111010 11111

Color Harmonies of #217D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217D70

Black with #217D70

Text Example


Text Example

White with #217D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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