#104C3C

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

Shades of Deep Teal #104C3C

Tints of Deep Teal #104C3C

Color information

#104C3C (or 0x104C3C) is unknown color: approx Deep Teal. HEX triplet: 10, 4C and 3C. RGB value is (16,76,60). Sum of RGB (Red+Green+Blue) = 16+76+60=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #104C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C3C is #EFB3C3. Grayscale: #383838. Windows color (decimal): -15709124 or 3951632. OLE color: 3951632.

HSL color Cylindrical-coordinate representation of color #104C3C: hue angle of 164º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C3C is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB167660-
CMYK0.7900.210.70
HSL164º65.22%18.04%-
HSV(B)164º78.95%29.8%-
XYZ3.615.615.17-
YUV56.24130.1299.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=10.53%
G=50%
B=39.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676600.7900.210.7016465.2218.04
Hex104C3C4F01546a44112
Octal201147411702510624410122
Binary1000010011001111001001111010101100011010100100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C3C; }

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

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

<style>
 a { background-color: #104C3C; }

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

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

<style>
 span { border-color: #104C3C; }

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

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