#10463E

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

Shades of Deep Teal #10463E

Tints of Deep Teal #10463E

Color information

#10463E (or 0x10463E) is unknown color: approx Deep Teal. HEX triplet: 10, 46 and 3E. RGB value is (16,70,62). Sum of RGB (Red+Green+Blue) = 16+70+62=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #10463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463E is #EFB9C1. Grayscale: #343434. Windows color (decimal): -15710658 or 4081168. OLE color: 4081168.

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

Color convert

RGB167062-
CMYK0.7700.110.73
HSL171.11º62.79%16.86%-
HSV(B)171.11º77.14%27.45%-
XYZ3.274.845.32-
YUV52.94133.11101.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=10.81%
G=47.30%
B=41.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670620.7700.110.73171.1162.7916.86
Hex10463E4D0B49ab3f11
Octal20106761150131112537721
Binary10000100011011111010011010101110010011010101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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