Html Css Color HEX #217C50 Salem

📋 copy color: '#217C50'

red 33 ◦ green 124 ◦ blue 80

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

Shades of Salem #217C50

Tints of Salem #217C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 13.92%
G = 52.32%
B = 33.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#217C50 (or 0x217C50) is known color: Salem. HEX triplet: 21, 7C and 50. RGB value is (33,124,80). Sum of RGB (Red+Green+Blue) = 33+124+80=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #217C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C50 is #DE83AF. Grayscale: #5B5B5B. Windows color (decimal): -14582704 or 5274657. OLE color: 5274657.

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

Color convert

RGB 33 124 80 -
CMYK 0.73 0 0.35 0.51
HSL 150.99º 0.58% 0.31% -
HSV(B) 150.99º 0.73% 0.49% -
XYZ 9.28 15.32 10.06 -
YUV 91.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 33 124 80 0.73 0 0.35 0.51 150.99 0.58 0.31
Hex 21 7C 50 49 0 23 33 97 3A 1F
Octal 41 174 120 111 0 43 63 227 72 37
Binary 100001 1111100 1010000 1001001 0 100011 110011 10010111 111010 11111

Color Harmonies of #217C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C50

Black with #217C50

Text Example


Text Example

White with #217C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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