Html Css Color HEX #206358 Eden

📋 copy color: '#206358'

red 32 ◦ green 99 ◦ blue 88

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

Shades of Eden #206358

Tints of Eden #206358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

 BLUE value IS 88 (34.77% from 255) = 40.18%

R = 14.61%
G = 45.21%
B = 40.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#206358 (or 0x206358) is known color: Eden. HEX triplet: 20, 63 and 58. RGB value is (32,99,88). Sum of RGB (Red+Green+Blue) = 32+99+88=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #206358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206358 is #DF9CA7. Grayscale: #4D4D4D. Windows color (decimal): -14654632 or 5792544. OLE color: 5792544.

HSL color Cylindrical-coordinate representation of color #206358: hue angle of 170.15º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206358 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 99 88 -
CMYK 0.68 0 0.11 0.61
HSL 170.15º 0.51% 0.26% -
HSV(B) 170.15º 0.68% 0.39% -
XYZ 6.82 9.94 10.79 -
YUV 77.71 133.8 95.39 -
System Red Green Blue C M Y K H S L
Decimal 32 99 88 0.68 0 0.11 0.61 170.15 0.51 0.26
Hex 20 63 58 44 0 B 3D AA 33 1A
Octal 40 143 130 104 0 13 75 252 63 32
Binary 100000 1100011 1011000 1000100 0 1011 111101 10101010 110011 11010

Color Harmonies of #206358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206358

Black with #206358

Text Example


Text Example

White with #206358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206358; }

 p { color: rgb(32,99,88); }

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

background-color css

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

 a { background-color: rgb(32,99,88); }

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

border-color css

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

 span { border-color: rgb(32,99,88); }

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