#103C37

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

Shades of Deep Teal #103C37

Tints of Deep Teal #103C37

Color information

#103C37 (or 0x103C37) is unknown color: approx Deep Teal. HEX triplet: 10, 3C and 37. RGB value is (16,60,55). Sum of RGB (Red+Green+Blue) = 16+60+55=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 60 - color contains mainly: green. Hex color #103C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C37 is #EFC3C8. Grayscale: #2E2E2E. Windows color (decimal): -15713225 or 3619856. OLE color: 3619856.

HSL color Cylindrical-coordinate representation of color #103C37: hue angle of 173.18º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C37 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB166055-
CMYK0.7300.080.76
HSL173.18º57.89%14.9%-
HSV(B)173.18º73.33%23.53%-
XYZ2.523.624.18-
YUV46.27132.92106.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=12.21%
G=45.80%
B=41.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1660550.7300.080.76173.1857.8914.9
Hex103C3749084Cad3af
Octal2074671110101142557217
Binary100001111001101111001001010001001100101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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