#216C50

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

Shades of Evening Sea #216C50

Tints of Evening Sea #216C50

Color information

#216C50 (or 0x216C50) is unknown color: approx Evening Sea. HEX triplet: 21, 6C and 50. RGB value is (33,108,80). Sum of RGB (Red+Green+Blue) = 33+108+80=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #216C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C50 is #DE93AF. Grayscale: #525252. Windows color (decimal): -14586800 or 5270561. OLE color: 5270561.

HSL color Cylindrical-coordinate representation of color #216C50: hue angle of 157.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C50 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB3310880-
CMYK0.6900.260.58
HSL157.6º53.19%27.65%-
HSV(B)157.6º69.44%42.35%-
XYZ7.4411.639.44-
YUV82.38126.6592.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.93%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=14.93%
G=48.87%
B=36.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108800.6900.260.58157.653.1927.65
Hex216C504501A3A9e351c
Octal41154120105032722366534
Binary1000011101100101000010001010110101110101001111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216C50; }

 p { color: rgb(33,108,80); }

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

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

 a { background-color: rgb(33,108,80); }

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

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

 span { border-color: rgb(33,108,80); }

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