#10453D

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

Shades of Deep Teal #10453D

Tints of Deep Teal #10453D

Color information

#10453D (or 0x10453D) is unknown color: approx Deep Teal. HEX triplet: 10, 45 and 3D. RGB value is (16,69,61). Sum of RGB (Red+Green+Blue) = 16+69+61=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #10453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10453D is #EFBAC2. Grayscale: #343434. Windows color (decimal): -15710915 or 4015376. OLE color: 4015376.

HSL color Cylindrical-coordinate representation of color #10453D: hue angle of 170.94º degrees, saturation: 0.62, 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 #10453D is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB166961-
CMYK0.7700.120.73
HSL170.94º62.35%16.67%-
HSV(B)170.94º76.81%27.06%-
XYZ3.184.75.15-
YUV52.24132.94102.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=10.96%
G=47.26%
B=41.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669610.7700.120.73170.9462.3516.67
Hex10453D4D0C49ab3e11
Octal20105751150141112537621
Binary10000100010111110110011010110010010011010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10453D; }

 p { color: rgb(16,69,61); }

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

<style>
 a { background-color: #10453D; }

 a { background-color: rgb(16,69,61); }

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

<style>
 span { border-color: #10453D; }

 span { border-color: rgb(16,69,61); }

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