#21684F

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

Shades of Evening Sea #21684F

Tints of Evening Sea #21684F

Color information

#21684F (or 0x21684F) is unknown color: approx Evening Sea. HEX triplet: 21, 68 and 4F. RGB value is (33,104,79). Sum of RGB (Red+Green+Blue) = 33+104+79=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #21684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21684F is #DE97B0. Grayscale: #4F4F4F. Windows color (decimal): -14587825 or 5204001. OLE color: 5204001.

HSL color Cylindrical-coordinate representation of color #21684F: hue angle of 158.87º 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 #21684F is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB3310479-
CMYK0.6800.240.59
HSL158.87º51.82%26.86%-
HSV(B)158.87º68.27%40.78%-
XYZ6.9910.799.11-
YUV79.92127.4894.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=15.28%
G=48.15%
B=36.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104790.6800.240.59158.8751.8226.86
Hex21684F440183B9f341b
Octal41150117104030732376433
Binary1000011101000100111110001000110001110111001111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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