#10503E

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

Shades of Deep Teal #10503E

Tints of Deep Teal #10503E

Color information

#10503E (or 0x10503E) is unknown color: approx Deep Teal. HEX triplet: 10, 50 and 3E. RGB value is (16,80,62). Sum of RGB (Red+Green+Blue) = 16+80+62=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #10503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10503E is #EFAFC1. Grayscale: #3A3A3A. Windows color (decimal): -15708098 or 4083728. OLE color: 4083728.

HSL color Cylindrical-coordinate representation of color #10503E: hue angle of 163.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10503E is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB168062-
CMYK0.8000.220.69
HSL163.12º66.67%18.82%-
HSV(B)163.12º80%31.37%-
XYZ3.956.25.54-
YUV58.81129.897.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=10.13%
G=50.63%
B=39.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680620.8000.220.69163.1266.6718.82
Hex10503E5001645a34313
Octal201207612002610524310323
Binary1000010100001111101010000010110100010110100011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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