#1C664F

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

Shades of Evening Sea #1C664F

Tints of Evening Sea #1C664F

Color information

#1C664F (or 0x1C664F) is unknown color: approx Evening Sea. HEX triplet: 1C, 66 and 4F. RGB value is (28,102,79). Sum of RGB (Red+Green+Blue) = 28+102+79=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #1C664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C664F is #E399B0. Grayscale: #4D4D4D. Windows color (decimal): -14916017 or 5203484. OLE color: 5203484.

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

Color convert

RGB2810279-
CMYK0.7300.230.6
HSL161.35º56.92%25.49%-
HSV(B)161.35º72.55%40%-
XYZ6.6410.319.04-
YUV77.25128.9892.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 102 (40.23% from 255) = 48.80%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=13.40%
G=48.80%
B=37.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28102790.7300.230.6161.3556.9225.49
Hex1C664F490173Ca13919
Octal34146117111027742417131
Binary111001100110100111110010010101111111001010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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