Html Css Color HEX #21756A Elm

📋 copy color: '#21756A'

red 33 ◦ green 117 ◦ blue 106

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

Shades of Elm #21756A

Tints of Elm #21756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 12.89%
G = 45.7%
B = 41.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#21756A (or 0x21756A) is known color: Elm. HEX triplet: 21, 75 and 6A. RGB value is (33,117,106). Sum of RGB (Red+Green+Blue) = 33+117+106=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #21756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21756A is #DE8A95. Grayscale: #5A5A5A. Windows color (decimal): -14584470 or 6976801. OLE color: 6976801.

HSL color Cylindrical-coordinate representation of color #21756A: hue angle of 172.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21756A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 106 -
CMYK 0.72 0 0.09 0.54
HSL 172.14º 0.56% 0.29% -
HSV(B) 172.14º 0.72% 0.46% -
XYZ 9.59 14.09 15.85 -
YUV 90.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 33 117 106 0.72 0 0.09 0.54 172.14 0.56 0.29
Hex 21 75 6A 48 0 9 36 AC 38 1D
Octal 41 165 152 110 0 11 66 254 70 35
Binary 100001 1110101 1101010 1001000 0 1001 110110 10101100 111000 11101

Color Harmonies of #21756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21756A

Black with #21756A

Text Example


Text Example

White with #21756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21756A; }

 p { color: rgb(33,117,106); }

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

background-color css

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

 a { background-color: rgb(33,117,106); }

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

border-color css

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

 span { border-color: rgb(33,117,106); }

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