#1A6851

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

Shades of Evening Sea #1A6851

Tints of Evening Sea #1A6851

Color information

#1A6851 (or 0x1A6851) is unknown color: approx Evening Sea. HEX triplet: 1A, 68 and 51. RGB value is (26,104,81). Sum of RGB (Red+Green+Blue) = 26+104+81=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6851 is #E597AE. Grayscale: #4E4E4E. Windows color (decimal): -15046575 or 5335066. OLE color: 5335066.

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

Color convert

RGB2610481-
CMYK0.7500.220.59
HSL162.31º60%25.49%-
HSV(B)162.31º75%40.78%-
XYZ6.8610.719.49-
YUV78.06129.6690.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=12.32%
G=49.29%
B=38.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104810.7500.220.59162.316025.49
Hex1A68514B0163Ba23c19
Octal32150121113026732427431
Binary110101101000101000110010110101101110111010001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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