#105042

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

Shades of Deep Teal #105042

Tints of Deep Teal #105042

Color information

#105042 (or 0x105042) is unknown color: approx Deep Teal. HEX triplet: 10, 50 and 42. RGB value is (16,80,66). Sum of RGB (Red+Green+Blue) = 16+80+66=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #105042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105042 is #EFAFBD. Grayscale: #3B3B3B. Windows color (decimal): -15708094 or 4345872. OLE color: 4345872.

HSL color Cylindrical-coordinate representation of color #105042: hue angle of 166.88º 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 #105042 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB168066-
CMYK0.8000.170.69
HSL166.88º66.67%18.82%-
HSV(B)166.88º80%31.37%-
XYZ4.076.246.14-
YUV59.27131.897.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.88%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=9.88%
G=49.38%
B=40.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680660.8000.170.69166.8866.6718.82
Hex1050425001145a74313
Octal2012010212002110524710323
Binary10000101000010000101010000010001100010110100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105042; }

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

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

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

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

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

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

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

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