#206150

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

Shades of Evening Sea #206150

Tints of Evening Sea #206150

Color information

#206150 (or 0x206150) is unknown color: approx Evening Sea. HEX triplet: 20, 61 and 50. RGB value is (32,97,80). Sum of RGB (Red+Green+Blue) = 32+97+80=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #206150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206150 is #DF9EAF. Grayscale: #4B4B4B. Windows color (decimal): -14655152 or 5267744. OLE color: 5267744.

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

Color convert

RGB329780-
CMYK0.6700.180.62
HSL164.31º50.39%25.29%-
HSV(B)164.31º67.01%38.04%-
XYZ6.329.449.08-
YUV75.63130.4796.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=15.31%
G=46.41%
B=38.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3297800.6700.180.62164.3150.3925.29
Hex206150430123Ea43219
Octal40141120103022762446231
Binary1000001100001101000010000110100101111101010010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206150; }

 p { color: rgb(32,97,80); }

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

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

 a { background-color: rgb(32,97,80); }

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

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

 span { border-color: rgb(32,97,80); }

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