Html Css Color HEX #217B7A Elm

📋 copy color: '#217B7A'

red 33 ◦ green 123 ◦ blue 122

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

Shades of Elm #217B7A

Tints of Elm #217B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.24%

 BLUE value IS 122 (48.05% from 255) = 43.88%

R = 11.87%
G = 44.24%
B = 43.88%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#217B7A (or 0x217B7A) is known color: Elm. HEX triplet: 21, 7B and 7A. RGB value is (33,123,122). Sum of RGB (Red+Green+Blue) = 33+123+122=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #217B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B7A is #DE8485. Grayscale: #5F5F5F. Windows color (decimal): -14582918 or 8026913. OLE color: 8026913.

HSL color Cylindrical-coordinate representation of color #217B7A: hue angle of 179.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B7A is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 123 122 -
CMYK 0.73 0 0.01 0.52
HSL 179.33º 0.58% 0.31% -
HSV(B) 179.33º 0.73% 0.48% -
XYZ 11.22 15.89 20.89 -
YUV 95.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 33 123 122 0.73 0 0.01 0.52 179.33 0.58 0.31
Hex 21 7B 7A 49 0 1 34 B3 3A 1F
Octal 41 173 172 111 0 1 64 263 72 37
Binary 100001 1111011 1111010 1001001 0 1 110100 10110011 111010 11111

Color Harmonies of #217B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217B7A

Black with #217B7A

Text Example


Text Example

White with #217B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,123,122); }

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

background-color css

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

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

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

border-color css

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

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

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