#216148

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

Shades of Evening Sea #216148

Tints of Evening Sea #216148

Color information

#216148 (or 0x216148) is unknown color: approx Evening Sea. HEX triplet: 21, 61 and 48. RGB value is (33,97,72). Sum of RGB (Red+Green+Blue) = 33+97+72=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #216148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216148 is #DE9EB7. Grayscale: #4B4B4B. Windows color (decimal): -14589624 or 4743457. OLE color: 4743457.

HSL color Cylindrical-coordinate representation of color #216148: hue angle of 156.56º 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 #216148 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB339772-
CMYK0.6600.260.62
HSL156.56º49.23%25.49%-
HSV(B)156.56º65.98%38.04%-
XYZ6.079.347.61-
YUV75.01126.398.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=16.34%
G=48.02%
B=35.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397720.6600.260.62156.5649.2325.49
Hex2161484201A3E9d3119
Octal41141110102032762356131
Binary1000011100001100100010000100110101111101001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216148; }

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

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

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

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

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

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

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

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