#12604E

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

Shades of Evening Sea #12604E

Tints of Evening Sea #12604E

Color information

#12604E (or 0x12604E) is unknown color: approx Evening Sea. HEX triplet: 12, 60 and 4E. RGB value is (18,96,78). Sum of RGB (Red+Green+Blue) = 18+96+78=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #12604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12604E is #ED9FB1. Grayscale: #464646. Windows color (decimal): -15572914 or 5136402. OLE color: 5136402.

HSL color Cylindrical-coordinate representation of color #12604E: hue angle of 166.15º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12604E is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB189678-
CMYK0.8100.190.62
HSL166.15º68.42%22.35%-
HSV(B)166.15º81.25%37.65%-
XYZ5.819.048.65-
YUV70.63132.1690.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.38%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=9.38%
G=50%
B=40.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896780.8100.190.62166.1568.4222.35
Hex12604E510133Ea64416
Octal221401161210237624610426
Binary1001011000001001110101000101001111111010100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12604E; }

 p { color: rgb(18,96,78); }

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

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

 a { background-color: rgb(18,96,78); }

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

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

 span { border-color: rgb(18,96,78); }

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