Html Css Color HEX #217675 Elm

📋 copy color: '#217675'

red 33 ◦ green 118 ◦ blue 117

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

Shades of Elm #217675

Tints of Elm #217675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 12.31%
G = 44.03%
B = 43.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#217675 (or 0x217675) is known color: Elm. HEX triplet: 21, 76 and 75. RGB value is (33,118,117). Sum of RGB (Red+Green+Blue) = 33+118+117=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #217675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217675 is #DE898A. Grayscale: #5C5C5C. Windows color (decimal): -14584203 or 7697953. OLE color: 7697953.

HSL color Cylindrical-coordinate representation of color #217675: hue angle of 179.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217675 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 118 117 -
CMYK 0.72 0 0.01 0.54
HSL 179.29º 0.56% 0.3% -
HSV(B) 179.29º 0.72% 0.46% -
XYZ 10.32 14.56 19.1 -
YUV 92.47 141.84 85.58 -
System Red Green Blue C M Y K H S L
Decimal 33 118 117 0.72 0 0.01 0.54 179.29 0.56 0.3
Hex 21 76 75 48 0 1 36 B3 38 1E
Octal 41 166 165 110 0 1 66 263 70 36
Binary 100001 1110110 1110101 1001000 0 1 110110 10110011 111000 11110

Color Harmonies of #217675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217675

Black with #217675

Text Example


Text Example

White with #217675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217675; }

 p { color: rgb(33,118,117); }

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

background-color css

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

 a { background-color: rgb(33,118,117); }

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

border-color css

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

 span { border-color: rgb(33,118,117); }

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