#1A775A

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

Shades of Deep Sea #1A775A

Tints of Deep Sea #1A775A

Color information

#1A775A (or 0x1A775A) is unknown color: approx Deep Sea. HEX triplet: 1A, 77 and 5A. RGB value is (26,119,90). Sum of RGB (Red+Green+Blue) = 26+119+90=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #1A775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A775A is #E588A5. Grayscale: #575757. Windows color (decimal): -15042726 or 5928730. OLE color: 5928730.

HSL color Cylindrical-coordinate representation of color #1A775A: hue angle of 161.29º 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 #1A775A is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB2611990-
CMYK0.7800.240.53
HSL161.29º64.14%28.43%-
HSV(B)161.29º78.15%46.67%-
XYZ8.8714.1511.94-
YUV87.89129.1983.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.06%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=11.06%
G=50.64%
B=38.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26119900.7800.240.53161.2964.1428.43
Hex1A775A4E01835a1401c
Octal321671321160306524110034
Binary1101011101111011010100111001100011010110100001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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