#216A4C

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

Shades of Evening Sea #216A4C

Tints of Evening Sea #216A4C

Color information

#216A4C (or 0x216A4C) is unknown color: approx Evening Sea. HEX triplet: 21, 6A and 4C. RGB value is (33,106,76). Sum of RGB (Red+Green+Blue) = 33+106+76=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 106 (41.80% from 255 or 49.30% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 106 - color contains mainly: green. Hex color #216A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A4C is #DE95B3. Grayscale: #505050. Windows color (decimal): -14587316 or 5007905. OLE color: 5007905.

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

Color convert

RGB3310676-
CMYK0.6900.280.58
HSL155.34º52.52%27.25%-
HSV(B)155.34º68.87%41.57%-
XYZ7.0911.158.62-
YUV80.75125.3293.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 106 (41.80% from 255) = 49.30%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=15.35%
G=49.30%
B=35.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106760.6900.280.58155.3452.5227.25
Hex216A4C4501C3A9b351b
Octal41152114105034722336533
Binary1000011101010100110010001010111001110101001101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,106,76); }

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

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

 a { background-color: rgb(33,106,76); }

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

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

 span { border-color: rgb(33,106,76); }

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