#104137

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

Shades of Deep Teal #104137

Tints of Deep Teal #104137

Color information

#104137 (or 0x104137) is unknown color: approx Deep Teal. HEX triplet: 10, 41 and 37. RGB value is (16,65,55). Sum of RGB (Red+Green+Blue) = 16+65+55=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #104137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104137 is #EFBEC8. Grayscale: #313131. Windows color (decimal): -15711945 or 3621136. OLE color: 3621136.

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

Color convert

RGB166555-
CMYK0.7500.150.75
HSL167.76º60.49%15.88%-
HSV(B)167.76º75.38%25.49%-
XYZ2.794.174.27-
YUV49.21131.27104.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=11.76%
G=47.79%
B=40.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665550.7500.150.75167.7660.4915.88
Hex1041374B0F4Ba83c10
Octal20101671130171132507420
Binary10000100000111011110010110111110010111010100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104137; }

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

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

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

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

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

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

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

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