Html Css Color HEX #217575 Elm

📋 copy color: '#217575'

red 33 ◦ green 117 ◦ blue 117

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

Shades of Elm #217575

Tints of Elm #217575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 12.36%
G = 43.82%
B = 43.82%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#217575 (or 0x217575) is known color: Elm. HEX triplet: 21, 75 and 75. RGB value is (33,117,117). Sum of RGB (Red+Green+Blue) = 33+117+117=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #217575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217575 is #DE8A8A. Grayscale: #5B5B5B. Windows color (decimal): -14584459 or 7697697. OLE color: 7697697.

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

Color convert

RGB 33 117 117 -
CMYK 0.72 0 0 0.54
HSL 180º 0.56% 0.29% -
HSV(B) 180º 0.72% 0.46% -
XYZ 10.2 14.33 19.06 -
YUV 91.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 33 117 117 0.72 0 0 0.54 180 0.56 0.29
Hex 21 75 75 48 0 0 36 B4 38 1D
Octal 41 165 165 110 0 0 66 264 70 35
Binary 100001 1110101 1110101 1001000 0 0 110110 10110100 111000 11101

Color Harmonies of #217575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217575

Black with #217575

Text Example


Text Example

White with #217575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217575; }

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

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

background-color css

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

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

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

border-color css

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

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

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