Html Css Color HEX #21786B Elm

📋 copy color: '#21786B'

red 33 ◦ green 120 ◦ blue 107

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

Shades of Elm #21786B

Tints of Elm #21786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.15%

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 12.69%
G = 46.15%
B = 41.15%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#21786B (or 0x21786B) is known color: Elm. HEX triplet: 21, 78 and 6B. RGB value is (33,120,107). Sum of RGB (Red+Green+Blue) = 33+120+107=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #21786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21786B is #DE8794. Grayscale: #5C5C5C. Windows color (decimal): -14583701 or 7043105. OLE color: 7043105.

HSL color Cylindrical-coordinate representation of color #21786B: hue angle of 171.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21786B is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 120 107 -
CMYK 0.72 0 0.11 0.53
HSL 171.03º 0.57% 0.3% -
HSV(B) 171.03º 0.73% 0.47% -
XYZ 10 14.82 16.24 -
YUV 92.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 33 120 107 0.72 0 0.11 0.53 171.03 0.57 0.3
Hex 21 78 6B 48 0 B 35 AB 39 1E
Octal 41 170 153 110 0 13 65 253 71 36
Binary 100001 1111000 1101011 1001000 0 1011 110101 10101011 111001 11110

Color Harmonies of #21786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21786B

Black with #21786B

Text Example


Text Example

White with #21786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21786B; }

 p { color: rgb(33,120,107); }

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

background-color css

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

 a { background-color: rgb(33,120,107); }

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

border-color css

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

 span { border-color: rgb(33,120,107); }

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