Html Css Color HEX #217670 Elm

📋 copy color: '#217670'

red 33 ◦ green 118 ◦ blue 112

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

Shades of Elm #217670

Tints of Elm #217670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 12.55%
G = 44.87%
B = 42.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#217670 (or 0x217670) is known color: Elm. HEX triplet: 21, 76 and 70. RGB value is (33,118,112). Sum of RGB (Red+Green+Blue) = 33+118+112=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #217670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217670 is #DE898F. Grayscale: #5B5B5B. Windows color (decimal): -14584208 or 7370273. OLE color: 7370273.

HSL color Cylindrical-coordinate representation of color #217670: hue angle of 175.76º 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 #217670 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 118 112 -
CMYK 0.72 0 0.05 0.54
HSL 175.76º 0.56% 0.3% -
HSV(B) 175.76º 0.72% 0.46% -
XYZ 10.03 14.45 17.59 -
YUV 91.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 33 118 112 0.72 0 0.05 0.54 175.76 0.56 0.3
Hex 21 76 70 48 0 5 36 B0 38 1E
Octal 41 166 160 110 0 5 66 260 70 36
Binary 100001 1110110 1110000 1001000 0 101 110110 10110000 111000 11110

Color Harmonies of #217670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217670

Black with #217670

Text Example


Text Example

White with #217670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217670; }

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

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

background-color css

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

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

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

border-color css

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

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

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