Html Css Color HEX #21706C Elm

📋 copy color: '#21706C'

red 33 ◦ green 112 ◦ blue 108

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

Shades of Elm #21706C

Tints of Elm #21706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 13.04%
G = 44.27%
B = 42.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#21706C (or 0x21706C) is known color: Elm. HEX triplet: 21, 70 and 6C. RGB value is (33,112,108). Sum of RGB (Red+Green+Blue) = 33+112+108=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #21706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706C is #DE8F93. Grayscale: #575757. Windows color (decimal): -14585748 or 7106593. OLE color: 7106593.

HSL color Cylindrical-coordinate representation of color #21706C: hue angle of 176.96º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21706C is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 108 -
CMYK 0.71 0 0.04 0.56
HSL 176.96º 0.54% 0.28% -
HSV(B) 176.96º 0.71% 0.44% -
XYZ 9.13 12.99 16.21 -
YUV 87.92 139.33 88.83 -
System Red Green Blue C M Y K H S L
Decimal 33 112 108 0.71 0 0.04 0.56 176.96 0.54 0.28
Hex 21 70 6C 47 0 4 38 B1 36 1C
Octal 41 160 154 107 0 4 70 261 66 34
Binary 100001 1110000 1101100 1000111 0 100 111000 10110001 110110 11100

Color Harmonies of #21706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21706C

Black with #21706C

Text Example


Text Example

White with #21706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21706C; }

 p { color: rgb(33,112,108); }

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

background-color css

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

 a { background-color: rgb(33,112,108); }

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

border-color css

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

 span { border-color: rgb(33,112,108); }

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