#1C6851

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

Shades of Evening Sea #1C6851

Tints of Evening Sea #1C6851

Color information

#1C6851 (or 0x1C6851) is unknown color: approx Evening Sea. HEX triplet: 1C, 68 and 51. RGB value is (28,104,81). Sum of RGB (Red+Green+Blue) = 28+104+81=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #1C6851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6851 is #E397AE. Grayscale: #4E4E4E. Windows color (decimal): -14915503 or 5335068. OLE color: 5335068.

HSL color Cylindrical-coordinate representation of color #1C6851: hue angle of 161.84º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6851 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB2810481-
CMYK0.7300.220.59
HSL161.84º57.58%25.88%-
HSV(B)161.84º73.08%40.78%-
XYZ6.9110.749.49-
YUV78.65129.3291.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.15%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=13.15%
G=48.83%
B=38.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28104810.7300.220.59161.8457.5825.88
Hex1C6851490163Ba23a1a
Octal34150121111026732427232
Binary111001101000101000110010010101101110111010001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,104,81); }

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

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

 a { background-color: rgb(28,104,81); }

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

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

 span { border-color: rgb(28,104,81); }

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