#104840

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

Shades of Deep Teal #104840

Tints of Deep Teal #104840

Color information

#104840 (or 0x104840) is unknown color: approx Deep Teal. HEX triplet: 10, 48 and 40. RGB value is (16,72,64). Sum of RGB (Red+Green+Blue) = 16+72+64=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #104840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104840 is #EFB7BF. Grayscale: #363636. Windows color (decimal): -15710144 or 4212752. OLE color: 4212752.

HSL color Cylindrical-coordinate representation of color #104840: hue angle of 171.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104840 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB167264-
CMYK0.7800.110.72
HSL171.43º63.64%17.25%-
HSV(B)171.43º77.78%28.24%-
XYZ3.465.125.66-
YUV54.34133.45100.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 72 (28.52% from 255) = 47.37%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=10.53%
G=47.37%
B=42.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672640.7800.110.72171.4363.6417.25
Hex1048404E0B48ab4011
Octal2011010011601311025310021
Binary1000010010001000000100111001011100100010101011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104840; }

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

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

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

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

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

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

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

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