Html Css Color HEX #218680 Elm

📋 copy color: '#218680'

red 33 ◦ green 134 ◦ blue 128

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

Shades of Elm #218680

Tints of Elm #218680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 11.19%
G = 45.42%
B = 43.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#218680 (or 0x218680) is known color: Elm. HEX triplet: 21, 86 and 80. RGB value is (33,134,128). Sum of RGB (Red+Green+Blue) = 33+134+128=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #218680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218680 is #DE797F. Grayscale: #676767. Windows color (decimal): -14580096 or 8422945. OLE color: 8422945.

HSL color Cylindrical-coordinate representation of color #218680: hue angle of 176.44º 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 #218680 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 134 128 -
CMYK 0.75 0 0.04 0.47
HSL 176.44º 0.6% 0.33% -
HSV(B) 176.44º 0.75% 0.53% -
XYZ 13.05 18.93 23.39 -
YUV 103.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 33 134 128 0.75 0 0.04 0.47 176.44 0.6 0.33
Hex 21 86 80 4B 0 4 2F B0 3C 21
Octal 41 206 200 113 0 4 57 260 74 41
Binary 100001 10000110 10000000 1001011 0 100 101111 10110000 111100 100001

Color Harmonies of #218680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218680

Black with #218680

Text Example


Text Example

White with #218680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218680; }

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

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

background-color css

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

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

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

border-color css

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

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

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