Html Css Color HEX #206255 Eden

📋 copy color: '#206255'

red 32 ◦ green 98 ◦ blue 85

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

Shades of Eden #206255

Tints of Eden #206255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 14.88%
G = 45.58%
B = 39.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#206255 (or 0x206255) is known color: Eden. HEX triplet: 20, 62 and 55. RGB value is (32,98,85). Sum of RGB (Red+Green+Blue) = 32+98+85=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #206255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206255 is #DF9DAA. Grayscale: #4C4C4C. Windows color (decimal): -14654891 or 5595680. OLE color: 5595680.

HSL color Cylindrical-coordinate representation of color #206255: hue angle of 168.18º 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 #206255 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 98 85 -
CMYK 0.67 0 0.13 0.62
HSL 168.18º 0.51% 0.25% -
HSV(B) 168.18º 0.67% 0.38% -
XYZ 6.6 9.7 10.12 -
YUV 76.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 32 98 85 0.67 0 0.13 0.62 168.18 0.51 0.25
Hex 20 62 55 43 0 D 3E A8 33 19
Octal 40 142 125 103 0 15 76 250 63 31
Binary 100000 1100010 1010101 1000011 0 1101 111110 10101000 110011 11001

Color Harmonies of #206255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206255

Black with #206255

Text Example


Text Example

White with #206255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206255; }

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

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

background-color css

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

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

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

border-color css

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

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

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