#21684D

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

Shades of Evening Sea #21684D

Tints of Evening Sea #21684D

Color information

#21684D (or 0x21684D) is unknown color: approx Evening Sea. HEX triplet: 21, 68 and 4D. RGB value is (33,104,77). Sum of RGB (Red+Green+Blue) = 33+104+77=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #21684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21684D is #DE97B2. Grayscale: #4F4F4F. Windows color (decimal): -14587827 or 5072929. OLE color: 5072929.

HSL color Cylindrical-coordinate representation of color #21684D: hue angle of 157.18º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21684D is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB3310477-
CMYK0.6800.260.59
HSL157.18º51.82%26.86%-
HSV(B)157.18º68.27%40.78%-
XYZ6.9210.768.73-
YUV79.69126.4894.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=15.42%
G=48.60%
B=35.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104770.6800.260.59157.1851.8226.86
Hex21684D4401A3B9d341b
Octal41150115104032732356433
Binary1000011101000100110110001000110101110111001110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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