Html Css Color HEX #206258 Eden

📋 copy color: '#206258'

red 32 ◦ green 98 ◦ blue 88

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

Shades of Eden #206258

Tints of Eden #206258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 14.68%
G = 44.95%
B = 40.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#206258 (or 0x206258) is known color: Eden. HEX triplet: 20, 62 and 58. RGB value is (32,98,88). Sum of RGB (Red+Green+Blue) = 32+98+88=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #206258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206258 is #DF9DA7. Grayscale: #4D4D4D. Windows color (decimal): -14654888 or 5792288. OLE color: 5792288.

HSL color Cylindrical-coordinate representation of color #206258: hue angle of 170.91º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #206258 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 98 88 -
CMYK 0.67 0 0.10 0.62
HSL 170.91º 0.51% 0.25% -
HSV(B) 170.91º 0.67% 0.38% -
XYZ 6.72 9.75 10.76 -
YUV 77.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 32 98 88 0.67 0 0.10 0.62 170.91 0.51 0.25
Hex 20 62 58 43 0 A 3E AB 33 19
Octal 40 142 130 103 0 12 76 253 63 31
Binary 100000 1100010 1011000 1000011 0 1010 111110 10101011 110011 11001

Color Harmonies of #206258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206258

Black with #206258

Text Example


Text Example

White with #206258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206258; }

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

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

background-color css

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

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

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

border-color css

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

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

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