#216951

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

Shades of Evening Sea #216951

Tints of Evening Sea #216951

Color information

#216951 (or 0x216951) is unknown color: approx Evening Sea. HEX triplet: 21, 69 and 51. RGB value is (33,105,81). Sum of RGB (Red+Green+Blue) = 33+105+81=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #216951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216951 is #DE96AE. Grayscale: #505050. Windows color (decimal): -14587567 or 5335329. OLE color: 5335329.

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

Color convert

RGB3310581-
CMYK0.6900.230.59
HSL160º52.17%27.06%-
HSV(B)160º68.57%41.18%-
XYZ7.1611.029.53-
YUV80.74128.1593.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=15.07%
G=47.95%
B=36.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105810.6900.230.5916052.1727.06
Hex216951450173Ba0341b
Octal41151121105027732406433
Binary1000011101001101000110001010101111110111010000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216951; }

 p { color: rgb(33,105,81); }

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

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

 a { background-color: rgb(33,105,81); }

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

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

 span { border-color: rgb(33,105,81); }

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