#1A746B

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

Shades of Deep Sea #1A746B

Tints of Deep Sea #1A746B

Color information

#1A746B (or 0x1A746B) is unknown color: approx Deep Sea. HEX triplet: 1A, 74 and 6B. RGB value is (26,116,107). Sum of RGB (Red+Green+Blue) = 26+116+107=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #1A746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A746B is #E58B94. Grayscale: #585858. Windows color (decimal): -15043477 or 7042074. OLE color: 7042074.

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

Color convert

RGB26116107-
CMYK0.7800.080.55
HSL174º63.38%27.84%-
HSV(B)174º77.59%45.49%-
XYZ9.3313.7716.08-
YUV88.06138.6883.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=10.44%
G=46.59%
B=42.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261161070.7800.080.5517463.3827.84
Hex1A746B4E0837ae3f1c
Octal32164153116010672567734
Binary11010111010011010111001110010001101111010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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