#104C3B

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

Shades of Deep Teal #104C3B

Tints of Deep Teal #104C3B

Color information

#104C3B (or 0x104C3B) is unknown color: approx Deep Teal. HEX triplet: 10, 4C and 3B. RGB value is (16,76,59). Sum of RGB (Red+Green+Blue) = 16+76+59=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #104C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C3B is #EFB3C4. Grayscale: #383838. Windows color (decimal): -15709125 or 3886096. OLE color: 3886096.

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

Color convert

RGB167659-
CMYK0.7900.220.70
HSL163º65.22%18.04%-
HSV(B)163º78.95%29.8%-
XYZ3.595.595.03-
YUV56.12129.6299.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=10.60%
G=50.33%
B=39.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676590.7900.220.7016365.2218.04
Hex104C3B4F01646a34112
Octal201147311702610624310122
Binary1000010011001110111001111010110100011010100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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