#104039

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

Shades of Deep Teal #104039

Tints of Deep Teal #104039

Color information

#104039 (or 0x104039) is unknown color: approx Deep Teal. HEX triplet: 10, 40 and 39. RGB value is (16,64,57). Sum of RGB (Red+Green+Blue) = 16+64+57=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #104039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104039 is #EFBFC6. Grayscale: #303030. Windows color (decimal): -15712199 or 3751952. OLE color: 3751952.

HSL color Cylindrical-coordinate representation of color #104039: hue angle of 171.25º 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 #104039 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB166457-
CMYK0.7500.110.75
HSL171.25º60%15.69%-
HSV(B)171.25º75%25.1%-
XYZ2.794.074.51-
YUV48.85132.6104.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=11.68%
G=46.72%
B=41.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664570.7500.110.75171.256015.69
Hex1040394B0B4Bab3c10
Octal20100711130131132537420
Binary10000100000011100110010110101110010111010101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104039; }

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

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

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

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

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

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

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

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