Html Css Color HEX #218C82 Elm

📋 copy color: '#218C82'

red 33 ◦ green 140 ◦ blue 130

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

Shades of Elm #218C82

Tints of Elm #218C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.2%

 BLUE value IS 130 (51.17% from 255) = 42.9%

R = 10.89%
G = 46.2%
B = 42.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#218C82 (or 0x218C82) is known color: Elm. HEX triplet: 21, 8C and 82. RGB value is (33,140,130). Sum of RGB (Red+Green+Blue) = 33+140+130=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #218C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C82 is #DE737D. Grayscale: #6A6A6A. Windows color (decimal): -14578558 or 8555553. OLE color: 8555553.

HSL color Cylindrical-coordinate representation of color #218C82: hue angle of 174.39º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C82 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 140 130 -
CMYK 0.76 0 0.07 0.45
HSL 174.39º 0.62% 0.34% -
HSV(B) 174.39º 0.76% 0.55% -
XYZ 14.03 20.69 24.37 -
YUV 106.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 33 140 130 0.76 0 0.07 0.45 174.39 0.62 0.34
Hex 21 8C 82 4C 0 7 2D AE 3E 22
Octal 41 214 202 114 0 7 55 256 76 42
Binary 100001 10001100 10000010 1001100 0 111 101101 10101110 111110 100010

Color Harmonies of #218C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218C82

Black with #218C82

Text Example


Text Example

White with #218C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218C82; }

 p { color: rgb(33,140,130); }

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

background-color css

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

 a { background-color: rgb(33,140,130); }

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

border-color css

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

 span { border-color: rgb(33,140,130); }

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