#206B4E

Color #206B4E Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #206B4E

Tints of Evening Sea #206B4E

Color information

#206B4E (or 0x206B4E) is unknown color: approx Evening Sea. HEX triplet: 20, 6B and 4E. RGB value is (32,107,78). Sum of RGB (Red+Green+Blue) = 32+107+78=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #206B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B4E is #DF94B1. Grayscale: #515151. Windows color (decimal): -14652594 or 5139232. OLE color: 5139232.

HSL color Cylindrical-coordinate representation of color #206B4E: hue angle of 156.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B4E is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB3210778-
CMYK0.7000.270.58
HSL156.8º53.96%27.25%-
HSV(B)156.8º70.09%41.96%-
XYZ7.2311.379.02-
YUV81.27126.1592.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=14.75%
G=49.31%
B=35.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32107780.7000.270.58156.853.9627.25
Hex206B4E4601B3A9d361b
Octal40153116106033722356633
Binary1000001101011100111010001100110111110101001110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,107,78); }

 H1.HeaderClassName
 {
   color: #206B4E;
 }
 .AnyTagClassName
 {
   color: #206B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(32,107,78); }

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

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

 span { border-color: rgb(32,107,78); }

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