#1A6150

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

Shades of Evening Sea #1A6150

Tints of Evening Sea #1A6150

Color information

#1A6150 (or 0x1A6150) is unknown color: approx Evening Sea. HEX triplet: 1A, 61 and 50. RGB value is (26,97,80). Sum of RGB (Red+Green+Blue) = 26+97+80=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6150 is #E59EAF. Grayscale: #494949. Windows color (decimal): -15048368 or 5267738. OLE color: 5267738.

HSL color Cylindrical-coordinate representation of color #1A6150: hue angle of 165.63º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6150 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB269780-
CMYK0.7300.180.62
HSL165.63º57.72%24.12%-
HSV(B)165.63º73.2%38.04%-
XYZ6.159.359.07-
YUV73.83131.4893.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=12.81%
G=47.78%
B=39.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697800.7300.180.62165.6357.7224.12
Hex1A6150490123Ea63a18
Octal32141120111022762467230
Binary110101100001101000010010010100101111101010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,80); }

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

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

 a { background-color: rgb(26,97,80); }

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

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

 span { border-color: rgb(26,97,80); }

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