Html Css Color HEX #217F75 Elm

📋 copy color: '#217F75'

red 33 ◦ green 127 ◦ blue 117

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

Shades of Elm #217F75

Tints of Elm #217F75

RGB

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

 GREEN value IS 127 (50% from 255) = 45.85%

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

R = 11.91%
G = 45.85%
B = 42.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#217F75 (or 0x217F75) is known color: Elm. HEX triplet: 21, 7F and 75. RGB value is (33,127,117). Sum of RGB (Red+Green+Blue) = 33+127+117=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #217F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F75 is #DE808A. Grayscale: #616161. Windows color (decimal): -14581899 or 7700257. OLE color: 7700257.

HSL color Cylindrical-coordinate representation of color #217F75: hue angle of 173.62º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F75 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 127 117 -
CMYK 0.74 0 0.08 0.50
HSL 173.62º 0.59% 0.31% -
HSV(B) 173.62º 0.74% 0.5% -
XYZ 11.43 16.79 19.47 -
YUV 97.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 33 127 117 0.74 0 0.08 0.50 173.62 0.59 0.31
Hex 21 7F 75 4A 0 8 32 AE 3B 1F
Octal 41 177 165 112 0 10 62 256 73 37
Binary 100001 1111111 1110101 1001010 0 1000 110010 10101110 111011 11111

Color Harmonies of #217F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217F75

Black with #217F75

Text Example


Text Example

White with #217F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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