Html Css Color HEX #21756C Elm

📋 copy color: '#21756C'

red 33 ◦ green 117 ◦ blue 108

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

Shades of Elm #21756C

Tints of Elm #21756C

RGB

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

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

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

R = 12.79%
G = 45.35%
B = 41.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#21756C (or 0x21756C) is known color: Elm. HEX triplet: 21, 75 and 6C. RGB value is (33,117,108). Sum of RGB (Red+Green+Blue) = 33+117+108=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 117 - color contains mainly: green. Hex color #21756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21756C is #DE8A93. Grayscale: #5A5A5A. Windows color (decimal): -14584468 or 7107873. OLE color: 7107873.

HSL color Cylindrical-coordinate representation of color #21756C: hue angle of 173.57º 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 #21756C is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 117 108 -
CMYK 0.72 0 0.08 0.54
HSL 173.57º 0.56% 0.29% -
HSV(B) 173.57º 0.72% 0.46% -
XYZ 9.7 14.13 16.4 -
YUV 90.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 33 117 108 0.72 0 0.08 0.54 173.57 0.56 0.29
Hex 21 75 6C 48 0 8 36 AE 38 1D
Octal 41 165 154 110 0 10 66 256 70 35
Binary 100001 1110101 1101100 1001000 0 1000 110110 10101110 111000 11101

Color Harmonies of #21756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21756C

Black with #21756C

Text Example


Text Example

White with #21756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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