#1C614E

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

Shades of Evening Sea #1C614E

Tints of Evening Sea #1C614E

Color information

#1C614E (or 0x1C614E) is unknown color: approx Evening Sea. HEX triplet: 1C, 61 and 4E. RGB value is (28,97,78). Sum of RGB (Red+Green+Blue) = 28+97+78=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #1C614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C614E is #E39EB1. Grayscale: #4A4A4A. Windows color (decimal): -14917298 or 5136668. OLE color: 5136668.

HSL color Cylindrical-coordinate representation of color #1C614E: hue angle of 163.48º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C614E is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB289778-
CMYK0.7100.200.62
HSL163.48º55.2%24.51%-
HSV(B)163.48º71.13%38.04%-
XYZ6.139.358.69-
YUV74.2130.1495.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=13.79%
G=47.78%
B=38.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897780.7100.200.62163.4855.224.51
Hex1C614E470143Ea33719
Octal34141116107024762436731
Binary111001100001100111010001110101001111101010001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C614E; }

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

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

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

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

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

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

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

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