Html Css Color HEX #216E6C Elm

📋 copy color: '#216E6C'

red 33 ◦ green 110 ◦ blue 108

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

Shades of Elm #216E6C

Tints of Elm #216E6C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 43.82%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 13.15%
G = 43.82%
B = 43.03%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#216E6C (or 0x216E6C) is known color: Elm. HEX triplet: 21, 6E and 6C. RGB value is (33,110,108). Sum of RGB (Red+Green+Blue) = 33+110+108=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 110 - color contains mainly: green. Hex color #216E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E6C is #DE9193. Grayscale: #565656. Windows color (decimal): -14586260 or 7106081. OLE color: 7106081.

HSL color Cylindrical-coordinate representation of color #216E6C: hue angle of 178.44º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E6C is Cyan = 0.7, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 110 108 -
CMYK 0.7 0 0.02 0.57
HSL 178.44º 0.54% 0.28% -
HSV(B) 178.44º 0.7% 0.43% -
XYZ 8.91 12.56 16.14 -
YUV 86.75 139.99 89.66 -
System Red Green Blue C M Y K H S L
Decimal 33 110 108 0.7 0 0.02 0.57 178.44 0.54 0.28
Hex 21 6E 6C 46 0 2 39 B2 36 1C
Octal 41 156 154 106 0 2 71 262 66 34
Binary 100001 1101110 1101100 1000110 0 10 111001 10110010 110110 11100

Color Harmonies of #216E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216E6C

Black with #216E6C

Text Example


Text Example

White with #216E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216E6C; }

 p { color: rgb(33,110,108); }

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

background-color css

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

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

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

border-color css

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

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

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