#104B3F

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

Shades of Deep Teal #104B3F

Tints of Deep Teal #104B3F

Color information

#104B3F (or 0x104B3F) is unknown color: approx Deep Teal. HEX triplet: 10, 4B and 3F. RGB value is (16,75,63). Sum of RGB (Red+Green+Blue) = 16+75+63=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #104B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B3F is #EFB4C0. Grayscale: #373737. Windows color (decimal): -15709377 or 4147984. OLE color: 4147984.

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

Color convert

RGB167563-
CMYK0.7900.160.71
HSL167.8º64.84%17.84%-
HSV(B)167.8º78.67%29.41%-
XYZ3.635.55.57-
YUV55.99131.9599.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 75 (29.69% from 255) = 48.70%
BLUE value IS 63 (25% from 255) = 40.91%
R=10.39%
G=48.70%
B=40.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1675630.7900.160.71167.864.8417.84
Hex104B3F4F01047a84112
Octal201137711702010725010122
Binary1000010010111111111001111010000100011110101000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,75,63); }

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

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

 a { background-color: rgb(16,75,63); }

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

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

 span { border-color: rgb(16,75,63); }

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