Html Css Color HEX #217C59 Salem

📋 copy color: '#217C59'

red 33 ◦ green 124 ◦ blue 89

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

Shades of Salem #217C59

Tints of Salem #217C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 13.41%
G = 50.41%
B = 36.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#217C59 (or 0x217C59) is known color: Salem. HEX triplet: 21, 7C and 59. RGB value is (33,124,89). Sum of RGB (Red+Green+Blue) = 33+124+89=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #217C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C59 is #DE83A6. Grayscale: #5C5C5C. Windows color (decimal): -14582695 or 5864481. OLE color: 5864481.

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

Color convert

RGB 33 124 89 -
CMYK 0.73 0 0.28 0.51
HSL 156.92º 0.58% 0.31% -
HSV(B) 156.92º 0.73% 0.49% -
XYZ 9.64 15.46 11.93 -
YUV 92.8 125.85 85.35 -
System Red Green Blue C M Y K H S L
Decimal 33 124 89 0.73 0 0.28 0.51 156.92 0.58 0.31
Hex 21 7C 59 49 0 1C 33 9D 3A 1F
Octal 41 174 131 111 0 34 63 235 72 37
Binary 100001 1111100 1011001 1001001 0 11100 110011 10011101 111010 11111

Color Harmonies of #217C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C59

Black with #217C59

Text Example


Text Example

White with #217C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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