#1A745B

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

Shades of Deep Sea #1A745B

Tints of Deep Sea #1A745B

Color information

#1A745B (or 0x1A745B) is unknown color: approx Deep Sea. HEX triplet: 1A, 74 and 5B. RGB value is (26,116,91). Sum of RGB (Red+Green+Blue) = 26+116+91=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #1A745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A745B is #E58BA4. Grayscale: #565656. Windows color (decimal): -15043493 or 5993498. OLE color: 5993498.

HSL color Cylindrical-coordinate representation of color #1A745B: hue angle of 163.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A745B is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB2611691-
CMYK0.7800.220.55
HSL163.33º63.38%27.84%-
HSV(B)163.33º77.59%45.49%-
XYZ8.5613.4712.05-
YUV86.24130.6885.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=11.16%
G=49.79%
B=39.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116910.7800.220.55163.3363.3827.84
Hex1A745B4E01637a33f1c
Octal32164133116026672437734
Binary110101110100101101110011100101101101111010001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,91); }

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

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

 a { background-color: rgb(26,116,91); }

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

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

 span { border-color: rgb(26,116,91); }

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