Html Css Color HEX #217B73 Elm

📋 copy color: '#217B73'

red 33 ◦ green 123 ◦ blue 115

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

Shades of Elm #217B73

Tints of Elm #217B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.44%

R = 12.18%
G = 45.39%
B = 42.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#217B73 (or 0x217B73) is known color: Elm. HEX triplet: 21, 7B and 73. RGB value is (33,123,115). Sum of RGB (Red+Green+Blue) = 33+123+115=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 123 - color contains mainly: green. Hex color #217B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B73 is #DE848C. Grayscale: #5F5F5F. Windows color (decimal): -14582925 or 7568161. OLE color: 7568161.

HSL color Cylindrical-coordinate representation of color #217B73: hue angle of 174.67º 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 #217B73 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 123 115 -
CMYK 0.73 0 0.07 0.52
HSL 174.67º 0.58% 0.31% -
HSV(B) 174.67º 0.73% 0.48% -
XYZ 10.8 15.73 18.69 -
YUV 95.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 33 123 115 0.73 0 0.07 0.52 174.67 0.58 0.31
Hex 21 7B 73 49 0 7 34 AF 3A 1F
Octal 41 173 163 111 0 7 64 257 72 37
Binary 100001 1111011 1110011 1001001 0 111 110100 10101111 111010 11111

Color Harmonies of #217B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B73

Black with #217B73

Text Example


Text Example

White with #217B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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