#103936

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

Shades of Deep Teal #103936

Tints of Deep Teal #103936

Color information

#103936 (or 0x103936) is unknown color: approx Deep Teal. HEX triplet: 10, 39 and 36. RGB value is (16,57,54). Sum of RGB (Red+Green+Blue) = 16+57+54=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #103936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103936 is #EFC6C9. Grayscale: #2C2C2C. Windows color (decimal): -15713994 or 3553552. OLE color: 3553552.

HSL color Cylindrical-coordinate representation of color #103936: hue angle of 175.61º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103936 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB165754-
CMYK0.7200.050.78
HSL175.61º56.16%14.31%-
HSV(B)175.61º71.93%22.35%-
XYZ2.343.34-
YUV44.4133.42107.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=12.60%
G=44.88%
B=42.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1657540.7200.050.78175.6156.1614.31
Hex10393648054Eb038e
Octal207166110051162607016
Binary10000111001110110100100001011001110101100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103936; }

 p { color: rgb(16,57,54); }

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

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

 a { background-color: rgb(16,57,54); }

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

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

 span { border-color: rgb(16,57,54); }

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