#21604E

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

Shades of Evening Sea #21604E

Tints of Evening Sea #21604E

Color information

#21604E (or 0x21604E) is unknown color: approx Evening Sea. HEX triplet: 21, 60 and 4E. RGB value is (33,96,78). Sum of RGB (Red+Green+Blue) = 33+96+78=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #21604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21604E is #DE9FB1. Grayscale: #4B4B4B. Windows color (decimal): -14589874 or 5136417. OLE color: 5136417.

HSL color Cylindrical-coordinate representation of color #21604E: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21604E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB339678-
CMYK0.6600.190.62
HSL162.86º48.84%25.29%-
HSV(B)162.86º65.62%37.65%-
XYZ6.199.248.67-
YUV75.11129.6397.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=15.94%
G=46.38%
B=37.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396780.6600.190.62162.8648.8425.29
Hex21604E420133Ea33119
Octal41140116102023762436131
Binary1000011100000100111010000100100111111101010001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,96,78); }

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

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

 a { background-color: rgb(33,96,78); }

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

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

 span { border-color: rgb(33,96,78); }

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