#216150

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

Shades of Evening Sea #216150

Tints of Evening Sea #216150

Color information

#216150 (or 0x216150) is unknown color: approx Evening Sea. HEX triplet: 21, 61 and 50. RGB value is (33,97,80). Sum of RGB (Red+Green+Blue) = 33+97+80=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 97 - color contains mainly: green. Hex color #216150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216150 is #DE9EAF. Grayscale: #4B4B4B. Windows color (decimal): -14589616 or 5267745. OLE color: 5267745.

HSL color Cylindrical-coordinate representation of color #216150: hue angle of 164.06º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216150 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB339780-
CMYK0.6600.180.62
HSL164.06º49.23%25.49%-
HSV(B)164.06º65.98%38.04%-
XYZ6.359.459.08-
YUV75.93130.397.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=15.71%
G=46.19%
B=38.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397800.6600.180.62164.0649.2325.49
Hex216150420123Ea43119
Octal41141120102022762446131
Binary1000011100001101000010000100100101111101010010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216150; }

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

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

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

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

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

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

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

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