Html Css Color HEX #21685A Eden

📋 copy color: '#21685A'

red 33 ◦ green 104 ◦ blue 90

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

Shades of Eden #21685A

Tints of Eden #21685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.81%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 14.54%
G = 45.81%
B = 39.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#21685A (or 0x21685A) is known color: Eden. HEX triplet: 21, 68 and 5A. RGB value is (33,104,90). Sum of RGB (Red+Green+Blue) = 33+104+90=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #21685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21685A is #DE97A5. Grayscale: #515151. Windows color (decimal): -14587814 or 5924897. OLE color: 5924897.

HSL color Cylindrical-coordinate representation of color #21685A: hue angle of 168.17º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21685A is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 90 -
CMYK 0.68 0 0.13 0.59
HSL 168.17º 0.52% 0.27% -
HSV(B) 168.17º 0.68% 0.41% -
XYZ 7.42 10.96 11.4 -
YUV 81.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 33 104 90 0.68 0 0.13 0.59 168.17 0.52 0.27
Hex 21 68 5A 44 0 D 3B A8 34 1B
Octal 41 150 132 104 0 15 73 250 64 33
Binary 100001 1101000 1011010 1000100 0 1101 111011 10101000 110100 11011

Color Harmonies of #21685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21685A

Black with #21685A

Text Example


Text Example

White with #21685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,104,90); }

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

background-color css

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

 a { background-color: rgb(33,104,90); }

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

border-color css

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

 span { border-color: rgb(33,104,90); }

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