#1c614b

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

Shades of Evening Sea #1C614B

Tints of Evening Sea #1C614B

Color information

#1C614B (or 0x1C614B) is unknown color: approx Evening Sea. HEX triplet: 1C, 61 and 4B. RGB value is (28,97,75). Sum of RGB (Red+Green+Blue) = 28+97+75=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #1C614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C614B is #E39EB4. Grayscale: #494949. Windows color (decimal): -14917301 or 4940060. OLE color: 4940060.

HSL color Cylindrical-coordinate representation of color #1C614B: hue angle of 160.87º 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 #1C614B is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB289775-
CMYK0.7100.230.62
HSL160.87º55.2%24.51%-
HSV(B)160.87º71.13%38.04%-
XYZ6.029.38.14-
YUV73.86128.6495.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=14%
G=48.5%
B=37.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2897750.7100.230.62160.8755.224.51
Hex1C614B470173Ea13719
Octal34141113107027762416731
Binary111001100001100101110001110101111111101010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c614b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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