#10463C

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

Shades of Deep Teal #10463C

Tints of Deep Teal #10463C

Color information

#10463C (or 0x10463C) is unknown color: approx Deep Teal. HEX triplet: 10, 46 and 3C. RGB value is (16,70,60). Sum of RGB (Red+Green+Blue) = 16+70+60=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #10463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463C is #EFB9C3. Grayscale: #343434. Windows color (decimal): -15710660 or 3950096. OLE color: 3950096.

HSL color Cylindrical-coordinate representation of color #10463C: hue angle of 168.89º 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 #10463C is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB167060-
CMYK0.7700.140.73
HSL168.89º62.79%16.86%-
HSV(B)168.89º77.14%27.45%-
XYZ3.224.825.04-
YUV52.71132.11101.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=10.96%
G=47.95%
B=41.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670600.7700.140.73168.8962.7916.86
Hex10463C4D0E49a93f11
Octal20106741150161112517721
Binary10000100011011110010011010111010010011010100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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