#216250

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

Shades of Evening Sea #216250

Tints of Evening Sea #216250

Color information

#216250 (or 0x216250) is unknown color: approx Evening Sea. HEX triplet: 21, 62 and 50. RGB value is (33,98,80). Sum of RGB (Red+Green+Blue) = 33+98+80=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #216250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216250 is #DE9DAF. Grayscale: #4C4C4C. Windows color (decimal): -14589360 or 5268001. OLE color: 5268001.

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

Color convert

RGB339880-
CMYK0.6600.180.62
HSL163.38º49.62%25.69%-
HSV(B)163.38º66.33%38.43%-
XYZ6.449.649.11-
YUV76.51129.9796.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 98 (38.67% from 255) = 46.45%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=15.64%
G=46.45%
B=37.91%

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
Decimal3398800.6600.180.62163.3849.6225.69
Hex216250420123Ea3321a
Octal41142120102022762436232
Binary1000011100010101000010000100100101111101010001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216250; }

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

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

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

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

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

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

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

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