#216852

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

Shades of Evening Sea #216852

Tints of Evening Sea #216852

Color information

#216852 (or 0x216852) is unknown color: approx Evening Sea. HEX triplet: 21, 68 and 52. RGB value is (33,104,82). Sum of RGB (Red+Green+Blue) = 33+104+82=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #216852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216852 is #DE97AD. Grayscale: #505050. Windows color (decimal): -14587822 or 5400609. OLE color: 5400609.

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

Color convert

RGB3310482-
CMYK0.6800.210.59
HSL161.41º51.82%26.86%-
HSV(B)161.41º68.27%40.78%-
XYZ7.110.839.7-
YUV80.26128.9894.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.07%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=15.07%
G=47.49%
B=37.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104820.6800.210.59161.4151.8226.86
Hex216852440153Ba1341b
Octal41150122104025732416433
Binary1000011101000101001010001000101011110111010000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216852; }

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

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

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

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

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

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

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

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