#1C664E

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

Shades of Evening Sea #1C664E

Tints of Evening Sea #1C664E

Color information

#1C664E (or 0x1C664E) is unknown color: approx Evening Sea. HEX triplet: 1C, 66 and 4E. RGB value is (28,102,78). Sum of RGB (Red+Green+Blue) = 28+102+78=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C664E is #E399B1. Grayscale: #4D4D4D. Windows color (decimal): -14916018 or 5137948. OLE color: 5137948.

HSL color Cylindrical-coordinate representation of color #1C664E: hue angle of 160.54º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C664E is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB2810278-
CMYK0.7300.240.6
HSL160.54º56.92%25.49%-
HSV(B)160.54º72.55%40%-
XYZ6.6110.38.85-
YUV77.14128.4892.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=13.46%
G=49.04%
B=37.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102780.7300.240.6160.5456.9225.49
Hex1C664E490183Ca13919
Octal34146116111030742417131
Binary111001100110100111010010010110001111001010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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