Html Css Color HEX #206055 Eden

📋 copy color: '#206055'

red 32 ◦ green 96 ◦ blue 85

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

Shades of Eden #206055

Tints of Eden #206055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 15.02%
G = 45.07%
B = 39.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#206055 (or 0x206055) is known color: Eden. HEX triplet: 20, 60 and 55. RGB value is (32,96,85). Sum of RGB (Red+Green+Blue) = 32+96+85=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #206055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206055 is #DF9FAA. Grayscale: #4B4B4B. Windows color (decimal): -14655403 or 5595168. OLE color: 5595168.

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

Color convert

RGB 32 96 85 -
CMYK 0.67 0 0.11 0.62
HSL 169.69º 0.5% 0.25% -
HSV(B) 169.69º 0.67% 0.38% -
XYZ 6.42 9.33 10.06 -
YUV 75.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 32 96 85 0.67 0 0.11 0.62 169.69 0.5 0.25
Hex 20 60 55 43 0 B 3E AA 32 19
Octal 40 140 125 103 0 13 76 252 62 31
Binary 100000 1100000 1010101 1000011 0 1011 111110 10101010 110010 11001

Color Harmonies of #206055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206055

Black with #206055

Text Example


Text Example

White with #206055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206055; }

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

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

background-color css

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

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

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

border-color css

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

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

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