Html Css Color HEX #217E58 Salem

📋 copy color: '#217E58'

red 33 ◦ green 126 ◦ blue 88

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

Shades of Salem #217E58

Tints of Salem #217E58

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.01%

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

R = 13.36%
G = 51.01%
B = 35.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#217E58 (or 0x217E58) is known color: Salem. HEX triplet: 21, 7E and 58. RGB value is (33,126,88). Sum of RGB (Red+Green+Blue) = 33+126+88=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #217E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217E58 is #DE81A7. Grayscale: #5D5D5D. Windows color (decimal): -14582184 or 5799457. OLE color: 5799457.

HSL color Cylindrical-coordinate representation of color #217E58: hue angle of 155.48º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E58 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 126 88 -
CMYK 0.74 0 0.30 0.51
HSL 155.48º 0.58% 0.31% -
HSV(B) 155.48º 0.74% 0.49% -
XYZ 9.85 15.95 11.79 -
YUV 93.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 33 126 88 0.74 0 0.30 0.51 155.48 0.58 0.31
Hex 21 7E 58 4A 0 1E 33 9B 3A 1F
Octal 41 176 130 112 0 36 63 233 72 37
Binary 100001 1111110 1011000 1001010 0 11110 110011 10011011 111010 11111

Color Harmonies of #217E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217E58

Black with #217E58

Text Example


Text Example

White with #217E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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