Html Css Color HEX #217B71 Elm

📋 copy color: '#217B71'

red 33 ◦ green 123 ◦ blue 113

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

Shades of Elm #217B71

Tints of Elm #217B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.72%

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

R = 12.27%
G = 45.72%
B = 42.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#217B71 (or 0x217B71) is known color: Elm. HEX triplet: 21, 7B and 71. RGB value is (33,123,113). Sum of RGB (Red+Green+Blue) = 33+123+113=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #217B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B71 is #DE848E. Grayscale: #5E5E5E. Windows color (decimal): -14582927 or 7437089. OLE color: 7437089.

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

Color convert

RGB 33 123 113 -
CMYK 0.73 0 0.08 0.52
HSL 173.33º 0.58% 0.31% -
HSV(B) 173.33º 0.73% 0.48% -
XYZ 10.69 15.68 18.09 -
YUV 94.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 33 123 113 0.73 0 0.08 0.52 173.33 0.58 0.31
Hex 21 7B 71 49 0 8 34 AD 3A 1F
Octal 41 173 161 111 0 10 64 255 72 37
Binary 100001 1111011 1110001 1001001 0 1000 110100 10101101 111010 11111

Color Harmonies of #217B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B71

Black with #217B71

Text Example


Text Example

White with #217B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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