#105040

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

Shades of Deep Teal #105040

Tints of Deep Teal #105040

Color information

#105040 (or 0x105040) is unknown color: approx Deep Teal. HEX triplet: 10, 50 and 40. RGB value is (16,80,64). Sum of RGB (Red+Green+Blue) = 16+80+64=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #105040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105040 is #EFAFBF. Grayscale: #3B3B3B. Windows color (decimal): -15708096 or 4214800. OLE color: 4214800.

HSL color Cylindrical-coordinate representation of color #105040: hue angle of 165º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105040 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB168064-
CMYK0.8000.200.69
HSL165º66.67%18.82%-
HSV(B)165º80%31.37%-
XYZ4.016.225.84-
YUV59.04130.897.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 40%
R=10%
G=50%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680640.8000.200.6916566.6718.82
Hex1050405001445a54313
Octal2012010012002410524510323
Binary10000101000010000001010000010100100010110100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105040; }

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

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

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

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

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

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

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

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