#104C3D

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

Shades of Deep Teal #104C3D

Tints of Deep Teal #104C3D

Color information

#104C3D (or 0x104C3D) is unknown color: approx Deep Teal. HEX triplet: 10, 4C and 3D. RGB value is (16,76,61). Sum of RGB (Red+Green+Blue) = 16+76+61=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #104C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C3D is #EFB3C2. Grayscale: #383838. Windows color (decimal): -15709123 or 4017168. OLE color: 4017168.

HSL color Cylindrical-coordinate representation of color #104C3D: hue angle of 165º 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 #104C3D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB167661-
CMYK0.7900.200.70
HSL165º65.22%18.04%-
HSV(B)165º78.95%29.8%-
XYZ3.645.625.31-
YUV56.35130.6299.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 76 (30.08% from 255) = 49.67%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=10.46%
G=49.67%
B=39.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676610.7900.200.7016565.2218.04
Hex104C3D4F01446a54112
Octal201147511702410624510122
Binary1000010011001111011001111010100100011010100101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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