#216C54

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

Shades of Evening Sea #216C54

Tints of Evening Sea #216C54

Color information

#216C54 (or 0x216C54) is unknown color: approx Evening Sea. HEX triplet: 21, 6C and 54. RGB value is (33,108,84). Sum of RGB (Red+Green+Blue) = 33+108+84=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #216C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C54 is #DE93AB. Grayscale: #525252. Windows color (decimal): -14586796 or 5532705. OLE color: 5532705.

HSL color Cylindrical-coordinate representation of color #216C54: hue angle of 160.8º 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 #216C54 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB3310884-
CMYK0.6900.220.58
HSL160.8º53.19%27.65%-
HSV(B)160.8º69.44%42.35%-
XYZ7.5911.6910.24-
YUV82.84128.6592.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.67%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=14.67%
G=48%
B=37.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108840.6900.220.58160.853.1927.65
Hex216C54450163Aa1351c
Octal41154124105026722416534
Binary1000011101100101010010001010101101110101010000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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