Html Css Color HEX #217B6E Elm

📋 copy color: '#217B6E'

red 33 ◦ green 123 ◦ blue 110

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

Shades of Elm #217B6E

Tints of Elm #217B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.35%

R = 12.41%
G = 46.24%
B = 41.35%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#217B6E (or 0x217B6E) is known color: Elm. HEX triplet: 21, 7B and 6E. RGB value is (33,123,110). Sum of RGB (Red+Green+Blue) = 33+123+110=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #217B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B6E is #DE8491. Grayscale: #5E5E5E. Windows color (decimal): -14582930 or 7240481. OLE color: 7240481.

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

Color convert

RGB 33 123 110 -
CMYK 0.73 0 0.11 0.52
HSL 171.33º 0.58% 0.31% -
HSV(B) 171.33º 0.73% 0.48% -
XYZ 10.52 15.62 17.21 -
YUV 94.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 33 123 110 0.73 0 0.11 0.52 171.33 0.58 0.31
Hex 21 7B 6E 49 0 B 34 AB 3A 1F
Octal 41 173 156 111 0 13 64 253 72 37
Binary 100001 1111011 1101110 1001001 0 1011 110100 10101011 111010 11111

Color Harmonies of #217B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B6E

Black with #217B6E

Text Example


Text Example

White with #217B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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