#10463B

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

Shades of Deep Teal #10463B

Tints of Deep Teal #10463B

Color information

#10463B (or 0x10463B) is unknown color: approx Deep Teal. HEX triplet: 10, 46 and 3B. RGB value is (16,70,59). Sum of RGB (Red+Green+Blue) = 16+70+59=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #10463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10463B is #EFB9C4. Grayscale: #343434. Windows color (decimal): -15710661 or 3884560. OLE color: 3884560.

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

Color convert

RGB167059-
CMYK0.7700.160.73
HSL167.78º62.79%16.86%-
HSV(B)167.78º77.14%27.45%-
XYZ3.194.814.9-
YUV52.6131.61101.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=11.03%
G=48.28%
B=40.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670590.7700.160.73167.7862.7916.86
Hex10463B4D01049a83f11
Octal20106731150201112507721
Binary100001000110111011100110101000010010011010100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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