Html Css Color HEX #217777 Elm

📋 copy color: '#217777'

red 33 ◦ green 119 ◦ blue 119

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

Shades of Elm #217777

Tints of Elm #217777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 12.18%
G = 43.91%
B = 43.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217777 (or 0x217777) is known color: Elm. HEX triplet: 21, 77 and 77. RGB value is (33,119,119). Sum of RGB (Red+Green+Blue) = 33+119+119=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #217777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217777 is #DE8888. Grayscale: #5D5D5D. Windows color (decimal): -14583945 or 7829281. OLE color: 7829281.

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

Color convert

RGB 33 119 119 -
CMYK 0.72 0 0 0.53
HSL 180º 0.57% 0.3% -
HSV(B) 180º 0.72% 0.47% -
XYZ 10.55 14.85 19.76 -
YUV 93.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 33 119 119 0.72 0 0 0.53 180 0.57 0.3
Hex 21 77 77 48 0 0 35 B4 39 1E
Octal 41 167 167 110 0 0 65 264 71 36
Binary 100001 1110111 1110111 1001000 0 0 110101 10110100 111001 11110

Color Harmonies of #217777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217777

Black with #217777

Text Example


Text Example

White with #217777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217777; }

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

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

background-color css

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

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

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

border-color css

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

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

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