#10403A

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

Shades of Deep Teal #10403A

Tints of Deep Teal #10403A

Color information

#10403A (or 0x10403A) is unknown color: approx Deep Teal. HEX triplet: 10, 40 and 3A. RGB value is (16,64,58). Sum of RGB (Red+Green+Blue) = 16+64+58=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #10403A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10403A is #EFBFC5. Grayscale: #303030. Windows color (decimal): -15712198 or 3817488. OLE color: 3817488.

HSL color Cylindrical-coordinate representation of color #10403A: hue angle of 172.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10403A is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB166458-
CMYK0.7500.090.75
HSL172.5º60%15.69%-
HSV(B)172.5º75%25.1%-
XYZ2.814.084.64-
YUV48.96133.1104.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=11.59%
G=46.38%
B=42.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664580.7500.090.75172.56015.69
Hex10403A4B094Bac3c10
Octal20100721130111132547420
Binary10000100000011101010010110100110010111010110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10403A; }

 p { color: rgb(16,64,58); }

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

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

 a { background-color: rgb(16,64,58); }

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

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

 span { border-color: rgb(16,64,58); }

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