#104537

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

Shades of Deep Teal #104537

Tints of Deep Teal #104537

Color information

#104537 (or 0x104537) is unknown color: approx Deep Teal. HEX triplet: 10, 45 and 37. RGB value is (16,69,55). Sum of RGB (Red+Green+Blue) = 16+69+55=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #104537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104537 is #EFBAC8. Grayscale: #333333. Windows color (decimal): -15710921 or 3622160. OLE color: 3622160.

HSL color Cylindrical-coordinate representation of color #104537: hue angle of 164.15º degrees, saturation: 0.62, 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 #104537 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB166955-
CMYK0.7700.200.73
HSL164.15º62.35%16.67%-
HSV(B)164.15º76.81%27.06%-
XYZ3.034.644.35-
YUV51.56129.94102.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=11.43%
G=49.29%
B=39.29%

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
Decimal1669550.7700.200.73164.1562.3516.67
Hex1045374D01449a43e11
Octal20105671150241112447621
Binary100001000101110111100110101010010010011010010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104537; }

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

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

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

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

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

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

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

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