Html Css Color HEX #218683 Elm

📋 copy color: '#218683'

red 33 ◦ green 134 ◦ blue 131

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

Shades of Elm #218683

Tints of Elm #218683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 11.07%
G = 44.97%
B = 43.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#218683 (or 0x218683) is known color: Elm. HEX triplet: 21, 86 and 83. RGB value is (33,134,131). Sum of RGB (Red+Green+Blue) = 33+134+131=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #218683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218683 is #DE797C. Grayscale: #676767. Windows color (decimal): -14580093 or 8619553. OLE color: 8619553.

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

Color convert

RGB 33 134 131 -
CMYK 0.75 0 0.02 0.47
HSL 178.22º 0.6% 0.33% -
HSV(B) 178.22º 0.75% 0.53% -
XYZ 13.25 19.01 24.44 -
YUV 103.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 33 134 131 0.75 0 0.02 0.47 178.22 0.6 0.33
Hex 21 86 83 4B 0 2 2F B2 3C 21
Octal 41 206 203 113 0 2 57 262 74 41
Binary 100001 10000110 10000011 1001011 0 10 101111 10110010 111100 100001

Color Harmonies of #218683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218683

Black with #218683

Text Example


Text Example

White with #218683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218683; }

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

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

background-color css

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

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

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

border-color css

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

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

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