#216249

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

Shades of Evening Sea #216249

Tints of Evening Sea #216249

Color information

#216249 (or 0x216249) is unknown color: approx Evening Sea. HEX triplet: 21, 62 and 49. RGB value is (33,98,73). Sum of RGB (Red+Green+Blue) = 33+98+73=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #216249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216249 is #DE9DB6. Grayscale: #4B4B4B. Windows color (decimal): -14589367 or 4809249. OLE color: 4809249.

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

Color convert

RGB339873-
CMYK0.6600.260.62
HSL156.92º49.62%25.69%-
HSV(B)156.92º66.33%38.43%-
XYZ6.29.547.82-
YUV75.72126.4797.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=16.18%
G=48.04%
B=35.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398730.6600.260.62156.9249.6225.69
Hex2162494201A3E9d321a
Octal41142111102032762356232
Binary1000011100010100100110000100110101111101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216249; }

 p { color: rgb(33,98,73); }

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

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

 a { background-color: rgb(33,98,73); }

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

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

 span { border-color: rgb(33,98,73); }

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