#2A684E

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

Shades of Evening Sea #2A684E

Tints of Evening Sea #2A684E

Color information

#2A684E (or 0x2A684E) is unknown color: approx Evening Sea. HEX triplet: 2A, 68 and 4E. RGB value is (42,104,78). Sum of RGB (Red+Green+Blue) = 42+104+78=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #2A684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A684E is #D597B1. Grayscale: #525252. Windows color (decimal): -13998002 or 5138474. OLE color: 5138474.

HSL color Cylindrical-coordinate representation of color #2A684E: hue angle of 154.84º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A684E is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB4210478-
CMYK0.6000.250.59
HSL154.84º42.47%28.63%-
HSV(B)154.84º59.62%40.78%-
XYZ7.2810.948.94-
YUV82.5125.4699.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=18.75%
G=46.43%
B=34.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42104780.6000.250.59154.8442.4728.63
Hex2A684E3C0193B9b2a1d
Octal5215011674031732335235
Binary101010110100010011101111000110011110111001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A684E; }

 p { color: rgb(42,104,78); }

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

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

 a { background-color: rgb(42,104,78); }

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

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

 span { border-color: rgb(42,104,78); }

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