#1A775E

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

Shades of Deep Sea #1A775E

Tints of Deep Sea #1A775E

Color information

#1A775E (or 0x1A775E) is unknown color: approx Deep Sea. HEX triplet: 1A, 77 and 5E. RGB value is (26,119,94). Sum of RGB (Red+Green+Blue) = 26+119+94=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #1A775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A775E is #E588A1. Grayscale: #585858. Windows color (decimal): -15042722 or 6190874. OLE color: 6190874.

HSL color Cylindrical-coordinate representation of color #1A775E: hue angle of 163.87º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A775E is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB2611994-
CMYK0.7800.210.53
HSL163.87º64.14%28.43%-
HSV(B)163.87º78.15%46.67%-
XYZ9.0414.2212.86-
YUV88.34131.1983.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=10.88%
G=49.79%
B=39.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119940.7800.210.53163.8764.1428.43
Hex1A775E4E01535a4401c
Octal321671361160256524410034
Binary1101011101111011110100111001010111010110100100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,94); }

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

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

 a { background-color: rgb(26,119,94); }

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

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

 span { border-color: rgb(26,119,94); }

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