#104036

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

Shades of Deep Teal #104036

Tints of Deep Teal #104036

Color information

#104036 (or 0x104036) is unknown color: approx Deep Teal. HEX triplet: 10, 40 and 36. RGB value is (16,64,54). Sum of RGB (Red+Green+Blue) = 16+64+54=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #104036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104036 is #EFBFC9. Grayscale: #303030. Windows color (decimal): -15712202 or 3555344. OLE color: 3555344.

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

Color convert

RGB166454-
CMYK0.7500.160.75
HSL167.5º60%15.69%-
HSV(B)167.5º75%25.1%-
XYZ2.714.044.13-
YUV48.51131.1104.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.94%
GREEN value IS 64 (25.39% from 255) = 47.76%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=11.94%
G=47.76%
B=40.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664540.7500.160.75167.56015.69
Hex1040364B0104Ba83c10
Octal20100661130201132507420
Binary100001000000110110100101101000010010111010100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104036; }

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

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

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

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

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

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

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

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