#10453C

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

Shades of Deep Teal #10453C

Tints of Deep Teal #10453C

Color information

#10453C (or 0x10453C) is unknown color: approx Deep Teal. HEX triplet: 10, 45 and 3C. RGB value is (16,69,60). Sum of RGB (Red+Green+Blue) = 16+69+60=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #10453C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10453C is #EFBAC3. Grayscale: #343434. Windows color (decimal): -15710916 or 3949840. OLE color: 3949840.

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

Color convert

RGB166960-
CMYK0.7700.130.73
HSL169.81º62.35%16.67%-
HSV(B)169.81º76.81%27.06%-
XYZ3.164.695.01-
YUV52.13132.44102.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 69 (27.34% from 255) = 47.59%
BLUE value IS 60 (23.83% from 255) = 41.38%
R=11.03%
G=47.59%
B=41.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669600.7700.130.73169.8162.3516.67
Hex10453C4D0D49aa3e11
Octal20105741150151112527621
Binary10000100010111110010011010110110010011010101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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