#10443A

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

Shades of Deep Teal #10443A

Tints of Deep Teal #10443A

Color information

#10443A (or 0x10443A) is unknown color: approx Deep Teal. HEX triplet: 10, 44 and 3A. RGB value is (16,68,58). Sum of RGB (Red+Green+Blue) = 16+68+58=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #10443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10443A is #EFBBC5. Grayscale: #333333. Windows color (decimal): -15711174 or 3818512. OLE color: 3818512.

HSL color Cylindrical-coordinate representation of color #10443A: hue angle of 168.46º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10443A is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB166858-
CMYK0.7600.150.73
HSL168.46º61.9%16.47%-
HSV(B)168.46º76.47%26.67%-
XYZ3.044.554.72-
YUV51.31131.77102.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=11.27%
G=47.89%
B=40.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668580.7600.150.73168.4661.916.47
Hex10443A4C0F49a83e10
Octal20104721140171112507620
Binary10000100010011101010011000111110010011010100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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