Html Css Color HEX #20665A Eden

📋 copy color: '#20665A'

red 32 ◦ green 102 ◦ blue 90

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

Shades of Eden #20665A

Tints of Eden #20665A

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

 GREEN value IS 102 (40.23% from 255) = 45.54%

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

R = 14.29%
G = 45.54%
B = 40.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#20665A (or 0x20665A) is known color: Eden. HEX triplet: 20, 66 and 5A. RGB value is (32,102,90). Sum of RGB (Red+Green+Blue) = 32+102+90=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #20665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665A is #DF99A5. Grayscale: #4F4F4F. Windows color (decimal): -14653862 or 5924384. OLE color: 5924384.

HSL color Cylindrical-coordinate representation of color #20665A: hue angle of 169.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20665A is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 102 90 -
CMYK 0.69 0 0.12 0.6
HSL 169.71º 0.52% 0.26% -
HSV(B) 169.71º 0.69% 0.4% -
XYZ 7.19 10.55 11.33 -
YUV 79.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 32 102 90 0.69 0 0.12 0.6 169.71 0.52 0.26
Hex 20 66 5A 45 0 C 3C AA 34 1A
Octal 40 146 132 105 0 14 74 252 64 32
Binary 100000 1100110 1011010 1000101 0 1100 111100 10101010 110100 11010

Color Harmonies of #20665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20665A

Black with #20665A

Text Example


Text Example

White with #20665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,102,90); }

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

background-color css

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

 a { background-color: rgb(32,102,90); }

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

border-color css

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

 span { border-color: rgb(32,102,90); }

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