#10463F

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

Shades of Deep Teal #10463F

Tints of Deep Teal #10463F

Color information

#10463F (or 0x10463F) is unknown color: approx Deep Teal. HEX triplet: 10, 46 and 3F. RGB value is (16,70,63). Sum of RGB (Red+Green+Blue) = 16+70+63=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #10463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463F is #EFB9C0. Grayscale: #353535. Windows color (decimal): -15710657 or 4146704. OLE color: 4146704.

HSL color Cylindrical-coordinate representation of color #10463F: hue angle of 172.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10463F is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB167063-
CMYK0.7700.100.73
HSL172.22º62.79%16.86%-
HSV(B)172.22º77.14%27.45%-
XYZ3.34.855.46-
YUV53.06133.61101.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 63 (25% from 255) = 42.28%
R=10.74%
G=46.98%
B=42.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670630.7700.100.73172.2262.7916.86
Hex10463F4D0A49ac3f11
Octal20106771150121112547721
Binary10000100011011111110011010101010010011010110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10463F; }

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

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

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

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

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

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

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

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