#20664E

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

Shades of Evening Sea #20664E

Tints of Evening Sea #20664E

Color information

#20664E (or 0x20664E) is unknown color: approx Evening Sea. HEX triplet: 20, 66 and 4E. RGB value is (32,102,78). Sum of RGB (Red+Green+Blue) = 32+102+78=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #20664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20664E is #DF99B1. Grayscale: #4E4E4E. Windows color (decimal): -14653874 or 5137952. OLE color: 5137952.

HSL color Cylindrical-coordinate representation of color #20664E: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20664E is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB3210278-
CMYK0.6900.240.6
HSL159.43º52.24%26.27%-
HSV(B)159.43º68.63%40%-
XYZ6.7210.368.85-
YUV78.33127.8194.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=15.09%
G=48.11%
B=36.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102780.6900.240.6159.4352.2426.27
Hex20664E450183C9f341a
Octal40146116105030742376432
Binary1000001100110100111010001010110001111001001111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20664E; }

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

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

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

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

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

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

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

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