#10453A

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

Shades of Deep Teal #10453A

Tints of Deep Teal #10453A

Color information

#10453A (or 0x10453A) is unknown color: approx Deep Teal. HEX triplet: 10, 45 and 3A. RGB value is (16,69,58). Sum of RGB (Red+Green+Blue) = 16+69+58=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #10453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10453A is #EFBAC5. Grayscale: #333333. Windows color (decimal): -15710918 or 3818768. OLE color: 3818768.

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

Color convert

RGB166958-
CMYK0.7700.160.73
HSL167.55º62.35%16.67%-
HSV(B)167.55º76.81%27.06%-
XYZ3.114.674.74-
YUV51.9131.44102.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=11.19%
G=48.25%
B=40.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669580.7700.160.73167.5562.3516.67
Hex10453A4D01049a83e11
Octal20105721150201112507621
Binary100001000101111010100110101000010010011010100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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