#216248

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

Shades of Evening Sea #216248

Tints of Evening Sea #216248

Color information

#216248 (or 0x216248) is unknown color: approx Evening Sea. HEX triplet: 21, 62 and 48. RGB value is (33,98,72). Sum of RGB (Red+Green+Blue) = 33+98+72=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #216248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216248 is #DE9DB7. Grayscale: #4B4B4B. Windows color (decimal): -14589368 or 4743713. OLE color: 4743713.

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

Color convert

RGB339872-
CMYK0.6600.270.62
HSL156º49.62%25.69%-
HSV(B)156º66.33%38.43%-
XYZ6.169.537.64-
YUV75.6125.9797.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=16.26%
G=48.28%
B=35.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398720.6600.270.6215649.6225.69
Hex2162484201B3E9c321a
Octal41142110102033762346232
Binary1000011100010100100010000100110111111101001110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216248; }

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

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

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

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

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

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

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

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