#104037

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

Shades of Deep Teal #104037

Tints of Deep Teal #104037

Color information

#104037 (or 0x104037) is unknown color: approx Deep Teal. HEX triplet: 10, 40 and 37. RGB value is (16,64,55). Sum of RGB (Red+Green+Blue) = 16+64+55=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #104037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104037 is #EFBFC8. Grayscale: #303030. Windows color (decimal): -15712201 or 3620880. OLE color: 3620880.

HSL color Cylindrical-coordinate representation of color #104037: hue angle of 168.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104037 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB166455-
CMYK0.7500.140.75
HSL168.75º60%15.69%-
HSV(B)168.75º75%25.1%-
XYZ2.744.054.25-
YUV48.62131.6104.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 55 (21.88% from 255) = 40.74%
R=11.85%
G=47.41%
B=40.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664550.7500.140.75168.756015.69
Hex1040374B0E4Ba93c10
Octal20100671130161132517420
Binary10000100000011011110010110111010010111010100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104037; }

 p { color: rgb(16,64,55); }

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

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

 a { background-color: rgb(16,64,55); }

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

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

 span { border-color: rgb(16,64,55); }

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