Html Css Color HEX #206F58 Eden

📋 copy color: '#206F58'

red 32 ◦ green 111 ◦ blue 88

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

Shades of Eden #206F58

Tints of Eden #206F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

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

R = 13.85%
G = 48.05%
B = 38.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#206F58 (or 0x206F58) is known color: Eden. HEX triplet: 20, 6F and 58. RGB value is (32,111,88). Sum of RGB (Red+Green+Blue) = 32+111+88=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #206F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F58 is #DF90A7. Grayscale: #545454. Windows color (decimal): -14651560 or 5795616. OLE color: 5795616.

HSL color Cylindrical-coordinate representation of color #206F58: hue angle of 162.53º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F58 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 111 88 -
CMYK 0.71 0 0.21 0.56
HSL 162.53º 0.55% 0.28% -
HSV(B) 162.53º 0.71% 0.44% -
XYZ 8.04 12.38 11.2 -
YUV 84.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 32 111 88 0.71 0 0.21 0.56 162.53 0.55 0.28
Hex 20 6F 58 47 0 15 38 A3 37 1C
Octal 40 157 130 107 0 25 70 243 67 34
Binary 100000 1101111 1011000 1000111 0 10101 111000 10100011 110111 11100

Color Harmonies of #206F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F58

Black with #206F58

Text Example


Text Example

White with #206F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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