#206C50

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

Shades of Evening Sea #206C50

Tints of Evening Sea #206C50

Color information

#206C50 (or 0x206C50) is unknown color: approx Evening Sea. HEX triplet: 20, 6C and 50. RGB value is (32,108,80). Sum of RGB (Red+Green+Blue) = 32+108+80=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #206C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C50 is #DF93AF. Grayscale: #525252. Windows color (decimal): -14652336 or 5270560. OLE color: 5270560.

HSL color Cylindrical-coordinate representation of color #206C50: hue angle of 157.89º 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 #206C50 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB3210880-
CMYK0.7000.260.58
HSL157.89º54.29%27.45%-
HSV(B)157.89º70.37%42.35%-
XYZ7.4111.619.44-
YUV82.08126.8292.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 108 (42.58% from 255) = 49.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=14.55%
G=49.09%
B=36.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32108800.7000.260.58157.8954.2927.45
Hex206C504601A3A9e361b
Octal40154120106032722366633
Binary1000001101100101000010001100110101110101001111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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