#246050

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

Shades of Evening Sea #246050

Tints of Evening Sea #246050

Color information

#246050 (or 0x246050) is unknown color: approx Evening Sea. HEX triplet: 24, 60 and 50. RGB value is (36,96,80). Sum of RGB (Red+Green+Blue) = 36+96+80=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #246050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246050 is #DB9FAF. Grayscale: #4C4C4C. Windows color (decimal): -14393264 or 5267492. OLE color: 5267492.

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

Color convert

RGB369680-
CMYK0.6200.170.62
HSL164º45.45%25.88%-
HSV(B)164º62.5%37.65%-
XYZ6.369.329.05-
YUV76.24130.1299.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.98%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=16.98%
G=45.28%
B=37.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3696800.6200.170.6216445.4525.88
Hex2460503E0113Ea42d1a
Octal4414012076021762445532
Binary100100110000010100001111100100011111101010010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246050; }

 p { color: rgb(36,96,80); }

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

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

 a { background-color: rgb(36,96,80); }

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

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

 span { border-color: rgb(36,96,80); }

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