#12614E

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

Shades of Evening Sea #12614E

Tints of Evening Sea #12614E

Color information

#12614E (or 0x12614E) is unknown color: approx Evening Sea. HEX triplet: 12, 61 and 4E. RGB value is (18,97,78). Sum of RGB (Red+Green+Blue) = 18+97+78=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #12614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12614E is #ED9EB1. Grayscale: #474747. Windows color (decimal): -15572658 or 5136658. OLE color: 5136658.

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

Color convert

RGB189778-
CMYK0.8100.200.62
HSL165.57º68.7%22.55%-
HSV(B)165.57º81.44%38.04%-
XYZ5.99.238.68-
YUV71.21131.8390.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.33%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=9.33%
G=50.26%
B=40.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897780.8100.200.62165.5768.722.55
Hex12614E510143Ea64517
Octal221411161210247624610527
Binary1001011000011001110101000101010011111010100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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