#21705B

Color #21705B Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #21705B

Tints of Eden #21705B

Color information

#21705B (or 0x21705B) is unknown color: approx Eden. HEX triplet: 21, 70 and 5B. RGB value is (33,112,91). Sum of RGB (Red+Green+Blue) = 33+112+91=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #21705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21705B is #DE8FA4. Grayscale: #555555. Windows color (decimal): -14585765 or 5992481. OLE color: 5992481.

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

Color convert

RGB3311291-
CMYK0.7100.190.56
HSL164.05º54.48%28.43%-
HSV(B)164.05º70.54%43.92%-
XYZ8.3112.6711.9-
YUV85.98130.8390.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=13.98%
G=47.46%
B=38.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33112910.7100.190.56164.0554.4828.43
Hex21705B4701338a4361c
Octal41160133107023702446634
Binary1000011110000101101110001110100111110001010010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21705B;
 }
 .AnyTagClassName
 {
   color: #21705B;
 }
</style>
background-color css

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

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

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

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

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

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