#21604D

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

Shades of Evening Sea #21604D

Tints of Evening Sea #21604D

Color information

#21604D (or 0x21604D) is unknown color: approx Evening Sea. HEX triplet: 21, 60 and 4D. RGB value is (33,96,77). Sum of RGB (Red+Green+Blue) = 33+96+77=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #21604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21604D is #DE9FB2. Grayscale: #4B4B4B. Windows color (decimal): -14589875 or 5070881. OLE color: 5070881.

HSL color Cylindrical-coordinate representation of color #21604D: hue angle of 161.9º 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 #21604D is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB339677-
CMYK0.6600.200.62
HSL161.9º48.84%25.29%-
HSV(B)161.9º65.62%37.65%-
XYZ6.159.228.48-
YUV75129.1398.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=16.02%
G=46.60%
B=37.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3396770.6600.200.62161.948.8425.29
Hex21604D420143Ea23119
Octal41140115102024762426131
Binary1000011100000100110110000100101001111101010001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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