Html Css Color HEX #217C58 Salem

📋 copy color: '#217C58'

red 33 ◦ green 124 ◦ blue 88

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

Shades of Salem #217C58

Tints of Salem #217C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.92%

R = 13.47%
G = 50.61%
B = 35.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#217C58 (or 0x217C58) is known color: Salem. HEX triplet: 21, 7C and 58. RGB value is (33,124,88). Sum of RGB (Red+Green+Blue) = 33+124+88=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #217C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C58 is #DE83A7. Grayscale: #5C5C5C. Windows color (decimal): -14582696 or 5798945. OLE color: 5798945.

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

Color convert

RGB 33 124 88 -
CMYK 0.73 0 0.29 0.51
HSL 156.26º 0.58% 0.31% -
HSV(B) 156.26º 0.73% 0.49% -
XYZ 9.6 15.44 11.71 -
YUV 92.69 125.35 85.43 -
System Red Green Blue C M Y K H S L
Decimal 33 124 88 0.73 0 0.29 0.51 156.26 0.58 0.31
Hex 21 7C 58 49 0 1D 33 9C 3A 1F
Octal 41 174 130 111 0 35 63 234 72 37
Binary 100001 1111100 1011000 1001001 0 11101 110011 10011100 111010 11111

Color Harmonies of #217C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C58

Black with #217C58

Text Example


Text Example

White with #217C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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