Html Css Color HEX #217C78 Elm

📋 copy color: '#217C78'

red 33 ◦ green 124 ◦ blue 120

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

Shades of Elm #217C78

Tints of Elm #217C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 11.91%
G = 44.77%
B = 43.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#217C78 (or 0x217C78) is known color: Elm. HEX triplet: 21, 7C and 78. RGB value is (33,124,120). Sum of RGB (Red+Green+Blue) = 33+124+120=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #217C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C78 is #DE8387. Grayscale: #606060. Windows color (decimal): -14582664 or 7896097. OLE color: 7896097.

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

Color convert

RGB 33 124 120 -
CMYK 0.73 0 0.03 0.51
HSL 177.36º 0.58% 0.31% -
HSV(B) 177.36º 0.73% 0.49% -
XYZ 11.23 16.09 20.28 -
YUV 96.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 33 124 120 0.73 0 0.03 0.51 177.36 0.58 0.31
Hex 21 7C 78 49 0 3 33 B1 3A 1F
Octal 41 174 170 111 0 3 63 261 72 37
Binary 100001 1111100 1111000 1001001 0 11 110011 10110001 111010 11111

Color Harmonies of #217C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C78

Black with #217C78

Text Example


Text Example

White with #217C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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