#105746

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

Shades of Deep Teal #105746

Tints of Deep Teal #105746

Color information

#105746 (or 0x105746) is unknown color: approx Deep Teal. HEX triplet: 10, 57 and 46. RGB value is (16,87,70). Sum of RGB (Red+Green+Blue) = 16+87+70=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #105746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105746 is #EFA8B9. Grayscale: #3F3F3F. Windows color (decimal): -15706298 or 4609808. OLE color: 4609808.

HSL color Cylindrical-coordinate representation of color #105746: hue angle of 165.63º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105746 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB168770-
CMYK0.8200.200.66
HSL165.63º68.93%20.2%-
HSV(B)165.63º81.61%34.12%-
XYZ4.737.376.97-
YUV63.83131.4893.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.25%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=9.25%
G=50.29%
B=40.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687700.8200.200.66165.6368.9320.2
Hex1057465201442a64514
Octal2012710612202410224610524
Binary10000101011110001101010010010100100001010100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105746; }

 p { color: rgb(16,87,70); }

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

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

 a { background-color: rgb(16,87,70); }

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

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

 span { border-color: rgb(16,87,70); }

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