#104638

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

Shades of Deep Teal #104638

Tints of Deep Teal #104638

Color information

#104638 (or 0x104638) is unknown color: approx Deep Teal. HEX triplet: 10, 46 and 38. RGB value is (16,70,56). Sum of RGB (Red+Green+Blue) = 16+70+56=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #104638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104638 is #EFB9C7. Grayscale: #343434. Windows color (decimal): -15710664 or 3687952. OLE color: 3687952.

HSL color Cylindrical-coordinate representation of color #104638: hue angle of 164.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104638 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB167056-
CMYK0.7700.200.73
HSL164.44º62.79%16.86%-
HSV(B)164.44º77.14%27.45%-
XYZ3.124.784.5-
YUV52.26130.11102.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=11.27%
G=49.30%
B=39.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1670560.7700.200.73164.4462.7916.86
Hex1046384D01449a43f11
Octal20106701150241112447721
Binary100001000110111000100110101010010010011010010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104638; }

 p { color: rgb(16,70,56); }

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

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

 a { background-color: rgb(16,70,56); }

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

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

 span { border-color: rgb(16,70,56); }

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