#104139

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

Shades of Deep Teal #104139

Tints of Deep Teal #104139

Color information

#104139 (or 0x104139) is unknown color: approx Deep Teal. HEX triplet: 10, 41 and 39. RGB value is (16,65,57). Sum of RGB (Red+Green+Blue) = 16+65+57=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #104139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104139 is #EFBEC6. Grayscale: #313131. Windows color (decimal): -15711943 or 3752208. OLE color: 3752208.

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

Color convert

RGB166557-
CMYK0.7500.120.75
HSL170.2º60.49%15.88%-
HSV(B)170.2º75.38%25.49%-
XYZ2.844.194.53-
YUV49.44132.27104.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=11.59%
G=47.10%
B=41.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665570.7500.120.75170.260.4915.88
Hex1041394B0C4Baa3c10
Octal20101711130141132527420
Binary10000100000111100110010110110010010111010101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104139; }

 p { color: rgb(16,65,57); }

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

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

 a { background-color: rgb(16,65,57); }

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

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

 span { border-color: rgb(16,65,57); }

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