#103A35

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

Shades of Deep Teal #103A35

Tints of Deep Teal #103A35

Color information

#103A35 (or 0x103A35) is unknown color: approx Deep Teal. HEX triplet: 10, 3A and 35. RGB value is (16,58,53). Sum of RGB (Red+Green+Blue) = 16+58+53=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 58 - color contains mainly: green. Hex color #103A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103A35 is #EFC5CA. Grayscale: #2C2C2C. Windows color (decimal): -15713739 or 3488272. OLE color: 3488272.

HSL color Cylindrical-coordinate representation of color #103A35: hue angle of 172.86º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A35 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB165853-
CMYK0.7200.090.77
HSL172.86º56.76%14.51%-
HSV(B)172.86º72.41%22.75%-
XYZ2.373.393.9-
YUV44.87132.59107.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 58 (23.05% from 255) = 45.67%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=12.60%
G=45.67%
B=41.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658530.7200.090.77172.8656.7614.51
Hex103A3548094Dad39f
Octal2072651100111152557117
Binary100001110101101011001000010011001101101011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A35; }

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

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

<style>
 a { background-color: #103A35; }

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

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

<style>
 span { border-color: #103A35; }

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

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