#206451

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

Shades of Evening Sea #206451

Tints of Evening Sea #206451

Color information

#206451 (or 0x206451) is unknown color: approx Evening Sea. HEX triplet: 20, 64 and 51. RGB value is (32,100,81). Sum of RGB (Red+Green+Blue) = 32+100+81=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #206451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206451 is #DF9BAE. Grayscale: #4D4D4D. Windows color (decimal): -14654383 or 5334048. OLE color: 5334048.

HSL color Cylindrical-coordinate representation of color #206451: hue angle of 163.24º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206451 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB3210081-
CMYK0.6800.190.61
HSL163.24º51.52%25.88%-
HSV(B)163.24º68%39.22%-
XYZ6.6410.029.37-
YUV77.5129.9795.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=15.02%
G=46.95%
B=38.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100810.6800.190.61163.2451.5225.88
Hex206451440133Da3341a
Octal40144121104023752436432
Binary1000001100100101000110001000100111111011010001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206451; }

 p { color: rgb(32,100,81); }

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

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

 a { background-color: rgb(32,100,81); }

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

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

 span { border-color: rgb(32,100,81); }

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