Html Css Color HEX #218676 Elm

📋 copy color: '#218676'

red 33 ◦ green 134 ◦ blue 118

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

Shades of Elm #218676

Tints of Elm #218676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.02%

 BLUE value IS 118 (46.48% from 255) = 41.4%

R = 11.58%
G = 47.02%
B = 41.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#218676 (or 0x218676) is known color: Elm. HEX triplet: 21, 86 and 76. RGB value is (33,134,118). Sum of RGB (Red+Green+Blue) = 33+134+118=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #218676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218676 is #DE7989. Grayscale: #656565. Windows color (decimal): -14580106 or 7767585. OLE color: 7767585.

HSL color Cylindrical-coordinate representation of color #218676: hue angle of 170.5º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218676 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 134 118 -
CMYK 0.75 0 0.12 0.47
HSL 170.5º 0.6% 0.33% -
HSV(B) 170.5º 0.75% 0.53% -
XYZ 12.42 18.68 20.09 -
YUV 101.98 137.04 78.8 -
System Red Green Blue C M Y K H S L
Decimal 33 134 118 0.75 0 0.12 0.47 170.5 0.6 0.33
Hex 21 86 76 4B 0 C 2F AA 3C 21
Octal 41 206 166 113 0 14 57 252 74 41
Binary 100001 10000110 1110110 1001011 0 1100 101111 10101010 111100 100001

Color Harmonies of #218676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218676

Black with #218676

Text Example


Text Example

White with #218676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218676; }

 p { color: rgb(33,134,118); }

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

background-color css

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

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

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

border-color css

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

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

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