Html Css Color HEX #21706B Elm

📋 copy color: '#21706B'

red 33 ◦ green 112 ◦ blue 107

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

Shades of Elm #21706B

Tints of Elm #21706B

RGB

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

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

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

R = 13.1%
G = 44.44%
B = 42.46%

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

#21706B (or 0x21706B) is known color: Elm. HEX triplet: 21, 70 and 6B. RGB value is (33,112,107). Sum of RGB (Red+Green+Blue) = 33+112+107=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #21706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21706B is #DE8F94. Grayscale: #575757. Windows color (decimal): -14585749 or 7041057. OLE color: 7041057.

HSL color Cylindrical-coordinate representation of color #21706B: hue angle of 176.2º 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 #21706B is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 112 107 -
CMYK 0.71 0 0.04 0.56
HSL 176.2º 0.54% 0.28% -
HSV(B) 176.2º 0.71% 0.44% -
XYZ 9.08 12.97 15.94 -
YUV 87.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 33 112 107 0.71 0 0.04 0.56 176.2 0.54 0.28
Hex 21 70 6B 47 0 4 38 B0 36 1C
Octal 41 160 153 107 0 4 70 260 66 34
Binary 100001 1110000 1101011 1000111 0 100 111000 10110000 110110 11100

Color Harmonies of #21706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21706B

Black with #21706B

Text Example


Text Example

White with #21706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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