Html Css Color HEX #20665C Eden

📋 copy color: '#20665C'

red 32 ◦ green 102 ◦ blue 92

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

Shades of Eden #20665C

Tints of Eden #20665C

RGB

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

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

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

R = 14.16%
G = 45.13%
B = 40.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#20665C (or 0x20665C) is known color: Eden. HEX triplet: 20, 66 and 5C. RGB value is (32,102,92). Sum of RGB (Red+Green+Blue) = 32+102+92=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #20665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665C is #DF99A3. Grayscale: #4F4F4F. Windows color (decimal): -14653860 or 6055456. OLE color: 6055456.

HSL color Cylindrical-coordinate representation of color #20665C: hue angle of 171.43º 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 #20665C is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 102 92 -
CMYK 0.69 0 0.10 0.6
HSL 171.43º 0.52% 0.26% -
HSV(B) 171.43º 0.69% 0.4% -
XYZ 7.28 10.58 11.78 -
YUV 79.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 32 102 92 0.69 0 0.10 0.6 171.43 0.52 0.26
Hex 20 66 5C 45 0 A 3C AB 34 1A
Octal 40 146 134 105 0 12 74 253 64 32
Binary 100000 1100110 1011100 1000101 0 1010 111100 10101011 110100 11010

Color Harmonies of #20665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20665C

Black with #20665C

Text Example


Text Example

White with #20665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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