#10413A

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

Shades of Deep Teal #10413A

Tints of Deep Teal #10413A

Color information

#10413A (or 0x10413A) is unknown color: approx Deep Teal. HEX triplet: 10, 41 and 3A. RGB value is (16,65,58). Sum of RGB (Red+Green+Blue) = 16+65+58=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #10413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413A is #EFBEC5. Grayscale: #313131. Windows color (decimal): -15711942 or 3817744. OLE color: 3817744.

HSL color Cylindrical-coordinate representation of color #10413A: hue angle of 171.43º 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 #10413A is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB166558-
CMYK0.7500.110.75
HSL171.43º60.49%15.88%-
HSV(B)171.43º75.38%25.49%-
XYZ2.874.24.66-
YUV49.55132.77104.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 58 (23.05% from 255) = 41.73%
R=11.51%
G=46.76%
B=41.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665580.7500.110.75171.4360.4915.88
Hex10413A4B0B4Bab3c10
Octal20101721130131132537420
Binary10000100000111101010010110101110010111010101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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