#216452

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

Shades of Evening Sea #216452

Tints of Evening Sea #216452

Color information

#216452 (or 0x216452) is unknown color: approx Evening Sea. HEX triplet: 21, 64 and 52. RGB value is (33,100,82). Sum of RGB (Red+Green+Blue) = 33+100+82=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #216452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216452 is #DE9BAD. Grayscale: #4D4D4D. Windows color (decimal): -14588846 or 5399585. OLE color: 5399585.

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

Color convert

RGB3310082-
CMYK0.6700.180.61
HSL163.88º50.38%26.08%-
HSV(B)163.88º67%39.22%-
XYZ6.7110.059.57-
YUV77.91130.395.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=15.35%
G=46.51%
B=38.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33100820.6700.180.61163.8850.3826.08
Hex216452430123Da4321a
Octal41144122103022752446232
Binary1000011100100101001010000110100101111011010010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216452; }

 p { color: rgb(33,100,82); }

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

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

 a { background-color: rgb(33,100,82); }

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

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

 span { border-color: rgb(33,100,82); }

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