Html Css Color HEX #21705C Eden

📋 copy color: '#21705C'

red 33 ◦ green 112 ◦ blue 92

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

Shades of Eden #21705C

Tints of Eden #21705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 13.92%
G = 47.26%
B = 38.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#21705C (or 0x21705C) is known color: Eden. HEX triplet: 21, 70 and 5C. RGB value is (33,112,92). Sum of RGB (Red+Green+Blue) = 33+112+92=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #21705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21705C is #DE8FA3. Grayscale: #565656. Windows color (decimal): -14585764 or 6058017. OLE color: 6058017.

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

Color convert

RGB 33 112 92 -
CMYK 0.71 0 0.18 0.56
HSL 164.81º 0.54% 0.28% -
HSV(B) 164.81º 0.71% 0.44% -
XYZ 8.35 12.68 12.13 -
YUV 86.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 33 112 92 0.71 0 0.18 0.56 164.81 0.54 0.28
Hex 21 70 5C 47 0 12 38 A5 36 1C
Octal 41 160 134 107 0 22 70 245 66 34
Binary 100001 1110000 1011100 1000111 0 10010 111000 10100101 110110 11100

Color Harmonies of #21705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21705C

Black with #21705C

Text Example


Text Example

White with #21705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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